diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-17 10:12:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-17 10:12:41 +0800 |
commit | 00eecfd48b1f75da784d0ce93e6be193adb594e8 (patch) | |
tree | aba36be92230a420084140f0a0869273fcb19e97 /mail/ChangeLog | |
parent | 8e2daf88d3318b1033d714c27234e1918c016e52 (diff) | |
download | gsoc2013-evolution-00eecfd48b1f75da784d0ce93e6be193adb594e8.tar gsoc2013-evolution-00eecfd48b1f75da784d0ce93e6be193adb594e8.tar.gz gsoc2013-evolution-00eecfd48b1f75da784d0ce93e6be193adb594e8.tar.bz2 gsoc2013-evolution-00eecfd48b1f75da784d0ce93e6be193adb594e8.tar.lz gsoc2013-evolution-00eecfd48b1f75da784d0ce93e6be193adb594e8.tar.xz gsoc2013-evolution-00eecfd48b1f75da784d0ce93e6be193adb594e8.tar.zst gsoc2013-evolution-00eecfd48b1f75da784d0ce93e6be193adb594e8.zip |
If mode == REPLY_LIST and the mlist is "" (we only checked NULL before),
2002-10-16 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mail_generate_reply): If mode == REPLY_LIST
and the mlist is "" (we only checked NULL before), change the mode
to REPLY_ALL so that we don't accidently reply to the user's
address. Fixes bug #28735
svn path=/trunk/; revision=18381
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 e00aa9f2f2..8de89bb23f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2002-10-16 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (mail_generate_reply): If mode == REPLY_LIST + and the mlist is "" (we only checked NULL before), change the mode + to REPLY_ALL so that we don't accidently reply to the user's + address. Fixes bug #28735 + 2002-10-12 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): If we are trying to |