diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-18 06:29:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-18 06:29:53 +0800 |
commit | b8262fdf8dcffd0a141c14d219f562893476f9ce (patch) | |
tree | 4755b9a46a7813140c23444d2e21c0ea4fccdb20 /mail/mail-tools.h | |
parent | 3d20f476af63c73f7bb0f8566426591375b73aba (diff) | |
download | gsoc2013-evolution-b8262fdf8dcffd0a141c14d219f562893476f9ce.tar gsoc2013-evolution-b8262fdf8dcffd0a141c14d219f562893476f9ce.tar.gz gsoc2013-evolution-b8262fdf8dcffd0a141c14d219f562893476f9ce.tar.bz2 gsoc2013-evolution-b8262fdf8dcffd0a141c14d219f562893476f9ce.tar.lz gsoc2013-evolution-b8262fdf8dcffd0a141c14d219f562893476f9ce.tar.xz gsoc2013-evolution-b8262fdf8dcffd0a141c14d219f562893476f9ce.tar.zst gsoc2013-evolution-b8262fdf8dcffd0a141c14d219f562893476f9ce.zip |
Use the new quote_message function and make it start with "On %s, %s
2000-11-17 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (mail_generate_reply): Use the new quote_message
function and make it start with "On %s, %s wrote:" since people
seem to want that.
* mail-ops.c (cleanup_forward_messages): Use the new quote_message
function.
* mail-tools.c (mail_tool_quote_message): New convenience function
to quote a message body (since both the reply and forward code do
similar quoting)
svn path=/trunk/; revision=6605
Diffstat (limited to 'mail/mail-tools.h')
-rw-r--r-- | mail/mail-tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h index da5c0af8ff..1c04ae821b 100644 --- a/mail/mail-tools.h +++ b/mail/mail-tools.h @@ -99,4 +99,6 @@ mail_lookup_url_table (CamelMimeMessage *mime_message); CamelFolder * mail_tool_filter_get_folder_func (FilterDriver *d, const char *uri, void *data); +gchar *mail_tool_quote_message (CamelMimeMessage *message, const char *fmt, ...); + #endif |