aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-02-08 14:53:11 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-02-08 14:53:11 +0800
commitf1f9e1aee828ce30f6e56244cc61e7d72250ef03 (patch)
tree8771506c1b98e53e67091b99c36c06bcaa36b146 /mail/ChangeLog
parent41d52c7063b47ba2deafa8ca28beae6d0f1cc7f0 (diff)
downloadgsoc2013-evolution-f1f9e1aee828ce30f6e56244cc61e7d72250ef03.tar
gsoc2013-evolution-f1f9e1aee828ce30f6e56244cc61e7d72250ef03.tar.gz
gsoc2013-evolution-f1f9e1aee828ce30f6e56244cc61e7d72250ef03.tar.bz2
gsoc2013-evolution-f1f9e1aee828ce30f6e56244cc61e7d72250ef03.tar.lz
gsoc2013-evolution-f1f9e1aee828ce30f6e56244cc61e7d72250ef03.tar.xz
gsoc2013-evolution-f1f9e1aee828ce30f6e56244cc61e7d72250ef03.tar.zst
gsoc2013-evolution-f1f9e1aee828ce30f6e56244cc61e7d72250ef03.zip
** See bug #72228
2005-02-08 Not Zed <NotZed@Ximian.com> ** See bug #72228 * mail-ops.c (mail_send_message): fix this god-awful goto-loop crap, and delete the message if it worked. (mail_send_message): fix a major-leak with sent messages never being unreffed. (send_queue_send): don't get messages ourself. (mail_send_message): dont lose the exception if we can't even open the sent folder. svn path=/trunk/; revision=28746
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c44b9c7009..76a40d5b3b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2005-02-08 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #72228
+
+ * mail-ops.c (mail_send_message): fix this god-awful goto-loop
+ crap, and delete the message if it worked.
+ (mail_send_message): fix a major-leak with sent messages never
+ being unreffed.
+ (send_queue_send): don't get messages ourself.
+ (mail_send_message): dont lose the exception if we
+ can't even open the sent folder.
+
2005-02-07 Not Zed <NotZed@Ximian.com>
** See bug #72209