From 45c33701786d742fbfd570c82ac4fe19dbc9c224 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 4 Feb 2002 02:22:18 +0000 Subject: Add attachments after we've seen if the composer object is valid. 2002-01-31 Not Zed * mail-callbacks.c (mail_generate_reply): Add attachments after we've seen if the composer object is valid. (mail_generate_reply): Support new flag REPLY_NO_QUOTE - if set, then dont quote any of the message in the reply. svn path=/trunk/; revision=15560 --- mail/mail-callbacks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/mail-callbacks.h') diff --git a/mail/mail-callbacks.h b/mail/mail-callbacks.h index bd33a11ecf..3d14259c48 100644 --- a/mail/mail-callbacks.h +++ b/mail/mail-callbacks.h @@ -37,7 +37,8 @@ extern "C" { enum { REPLY_SENDER, REPLY_LIST, - REPLY_ALL + REPLY_ALL, + REPLY_NO_QUOTE = 0x80 /* dont quote reply */ }; void enumerate_msg (MessageList *ml, const char *uid, gpointer data); -- cgit v1.2.3