From b8262fdf8dcffd0a141c14d219f562893476f9ce Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 17 Nov 2000 22:29:53 +0000 Subject: Use the new quote_message function and make it start with "On %s, %s 2000-11-17 Jeffrey Stedfast * 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 --- mail/mail-tools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-tools.h') 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 -- cgit v1.2.3