diff options
author | Not Zed <NotZed@Ximian.com> | 2002-02-04 10:22:18 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-02-04 10:22:18 +0800 |
commit | 45c33701786d742fbfd570c82ac4fe19dbc9c224 (patch) | |
tree | dbdee8410af6e9eca041aecf8a7786e0665f4754 /mail/ChangeLog | |
parent | dc6f613eeafd60b175c0a4565e6066656ae5ca90 (diff) | |
download | gsoc2013-evolution-45c33701786d742fbfd570c82ac4fe19dbc9c224.tar gsoc2013-evolution-45c33701786d742fbfd570c82ac4fe19dbc9c224.tar.gz gsoc2013-evolution-45c33701786d742fbfd570c82ac4fe19dbc9c224.tar.bz2 gsoc2013-evolution-45c33701786d742fbfd570c82ac4fe19dbc9c224.tar.lz gsoc2013-evolution-45c33701786d742fbfd570c82ac4fe19dbc9c224.tar.xz gsoc2013-evolution-45c33701786d742fbfd570c82ac4fe19dbc9c224.tar.zst gsoc2013-evolution-45c33701786d742fbfd570c82ac4fe19dbc9c224.zip |
Add attachments after we've seen if the composer object is valid.
2002-01-31 Not Zed <NotZed@Ximian.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 614118a8ee..7132fc1cf0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2002-01-31 Not Zed <NotZed@Ximian.com> + + * 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. + 2002-02-02 Ettore Perazzoli <ettore@ximian.com> * mail-account-gui.c (mail_account_gui_new): Destroy the S/MIME |