diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-17 00:12:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-17 00:12:57 +0800 |
commit | 27c2e279202294e937dab53e91881e697c77029c (patch) | |
tree | f687468cd522ffc18e13aef5c114b0d2de9d0b90 /mail/ChangeLog | |
parent | 03224d610f89068b30571d94dee3cae77c34f221 (diff) | |
download | gsoc2013-evolution-27c2e279202294e937dab53e91881e697c77029c.tar.gz gsoc2013-evolution-27c2e279202294e937dab53e91881e697c77029c.tar.zst gsoc2013-evolution-27c2e279202294e937dab53e91881e697c77029c.zip |
If we are trying to reply to a list, first check that we can by getting
2002-10-12 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mail_generate_reply): If we are trying to
reply to a list, first check that we can by getting the mlist
token. If not, then change the mode to REPLY_ALL. If we can reply
to list, the make sure we free the CamelMessageInfo when we're
done so we don't leak. Also added a check to see if the mlist
token could be found in the Reply-To ehader (since some mailing
lists override the Reply-To with their address).
svn path=/trunk/; revision=18375
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ce5a0fcac1..50b742ba05 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-10-12 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (mail_generate_reply): If we are trying to + reply to a list, first check that we can by getting the mlist + token. If not, then change the mode to REPLY_ALL. If we can reply + to list, the make sure we free the CamelMessageInfo when we're + done so we don't leak. Also added a check to see if the mlist + token could be found in the Reply-To ehader (since some mailing + lists override the Reply-To with their address). + 2002-10-15 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (main_get_filter_driver): Add the new-mail-notify |