aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-10-17 00:17:10 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-10-17 00:17:10 +0800
commit8ed14acbc89554342447d38b21456550e05731e6 (patch)
tree2d1537943b2304d8a2fe11a195fcd9aba7fe5c47 /mail/ChangeLog
parent27c2e279202294e937dab53e91881e697c77029c (diff)
downloadgsoc2013-evolution-8ed14acbc89554342447d38b21456550e05731e6.tar
gsoc2013-evolution-8ed14acbc89554342447d38b21456550e05731e6.tar.gz
gsoc2013-evolution-8ed14acbc89554342447d38b21456550e05731e6.tar.bz2
gsoc2013-evolution-8ed14acbc89554342447d38b21456550e05731e6.tar.lz
gsoc2013-evolution-8ed14acbc89554342447d38b21456550e05731e6.tar.xz
gsoc2013-evolution-8ed14acbc89554342447d38b21456550e05731e6.tar.zst
gsoc2013-evolution-8ed14acbc89554342447d38b21456550e05731e6.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 (makes it easier to fix the mem leak). 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. svn path=/trunk/; revision=18376
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 50b742ba05..e00aa9f2f2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -2,11 +2,9 @@
* 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).
+ token (makes it easier to fix the mem leak). 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.
2002-10-15 Jeffrey Stedfast <fejj@ximian.com>