aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3ad14af94e..4af8bf32fa 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2000-08-12 Dan Winship <danw@helixcode.com>
+ * mail-tools.c (mail_tool_get_folder_from_urlname): Don't ref the
+ store returned from camel_session_get_store. It's already reffed.
+ (mail_tool_get_root_of_store): Ditto.
+ (mail_tool_send_via_transport): Remove some commented-out code and
+ fix it to not leave the transport connected if sending fails.
+
* mail-callbacks.c (delete_msg): Toggling a flag is an
"instantaneous" operation, so if we're only doing one, just do it
and return, rather than queueing it for the other thread. This