From 97a894dc7d40ebd32073c421a68caf582a1ba770 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 9 Mar 2001 00:43:35 +0000 Subject: Set the Forward->Quoted callback. Also set the forward->Attachment 2001-03-08 Jeffrey Stedfast * folder-browser-factory.c: Set the Forward->Quoted callback. Also set the forward->Attachment callback. * mail-view.c (view_forward_msg): Specify FORWARD_ATTACHED. * mail-callbacks.c (forward_attached): Don't call forward_messages() anymore...never really needed to. Just handle it directly. (forward_inlined): Specify FORWARD_INLINE as the flag argument. (forward_quoted): New function sorta like forward_inlined except this forwards the message quoted. * mail-tools.c (mail_tool_forward_message): New function to prepare a message to be forwarded. svn path=/trunk/; revision=8611 --- mail/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 48757cd6f8..efb5995653 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2001-03-08 Jeffrey Stedfast + + * folder-browser-factory.c: Set the Forward->Quoted callback. + Also set the forward->Attachment callback. + + * mail-view.c (view_forward_msg): Specify FORWARD_ATTACHED. + + * mail-callbacks.c (forward_attached): Don't call + forward_messages() anymore...never really needed to. Just handle + it directly. + (forward_inlined): Specify FORWARD_INLINE as the flag argument. + (forward_quoted): New function sorta like forward_inlined except + this forwards the message quoted. + + * mail-tools.c (mail_tool_forward_message): New function to + prepare a message to be forwarded. + 2001-03-08 Jon Trowbridge * mail-format.c (write_field_row_begin): Added. Table row HTML -- cgit v1.2.3