From 4660c390a0d556797cac7e288718d6a0c0b481b8 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Mon, 15 Oct 2001 20:40:59 +0000 Subject: don't apply the body text in replys since we will just replace it anyway. 2001-10-15 Larry Ewing * mail-callbacks.c (mail_generate_reply): don't apply the body text in replys since we will just replace it anyway. svn path=/trunk/; revision=13683 --- mail/ChangeLog | 6 ++++++ mail/mail-callbacks.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index e18f445d4c..ab19aa1666 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-10-15 Larry Ewing + + * mail-callbacks.c (mail_generate_reply): don't apply the body + text in replys since we will just replace it anyway. + 2001-10-15 Jeffrey Stedfast * component-factory.c (owner_unset_cb): Call @@ -20,6 +25,7 @@ * mail-mt.c (mail_call_main): new generic interface for calling stuff/proxying in the gui thread. +>>>>>>> 1.1832 2001-10-14 Jon Trowbridge * e-searching-tokenizer.c (e_searching_tokenizer_clone): Share diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index e50bcac040..b5cbe6c19e 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -822,7 +822,7 @@ mail_generate_reply (CamelFolder *folder, CamelMimeMessage *message, const char const int max_subject_length = 1024; composer = e_msg_composer_new (); - e_msg_composer_add_message_attachments (composer, message, TRUE); + e_msg_composer_add_message_attachments (composer, message, FALSE); if (!composer) return NULL; -- cgit v1.2.3