aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-18 06:23:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-18 06:23:29 +0800
commit460c0c33231fddbbfac5ed56c58f3a06332d0040 (patch)
tree71bc3947360237d3d9320e0499189ab57621abea /camel/ChangeLog
parente255938fa37f56019a0a36a38c490db3677ae595 (diff)
downloadgsoc2013-evolution-460c0c33231fddbbfac5ed56c58f3a06332d0040.tar
gsoc2013-evolution-460c0c33231fddbbfac5ed56c58f3a06332d0040.tar.gz
gsoc2013-evolution-460c0c33231fddbbfac5ed56c58f3a06332d0040.tar.bz2
gsoc2013-evolution-460c0c33231fddbbfac5ed56c58f3a06332d0040.tar.lz
gsoc2013-evolution-460c0c33231fddbbfac5ed56c58f3a06332d0040.tar.xz
gsoc2013-evolution-460c0c33231fddbbfac5ed56c58f3a06332d0040.tar.zst
gsoc2013-evolution-460c0c33231fddbbfac5ed56c58f3a06332d0040.zip
Same as maildir and mbox append-message.
2001-10-17 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-mh-folder.c (mh_append_message): Same as maildir and mbox append-message. * providers/local/camel-maildir-folder.c (maildir_append_message): Same as mbox append. * camel-exception.c (camel_exception_set): Make sure the new description isn't the same as the old description pointer before freeing the old one. (camel_exception_setv): Don't free the old description until we set the new one this way we can reuse the old description in the new description. * providers/local/camel-mbox-folder.c (mbox_append_message): If errno == EINTR, then we got a user-cancel so set the exception appropriately so that we don't make the user shit his pants. svn path=/trunk/; revision=13739
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f3e5231836..8a13bcc98f 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2001-10-17 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/local/camel-mh-folder.c (mh_append_message): Same as
+ maildir and mbox append-message.
+
+ * providers/local/camel-maildir-folder.c (maildir_append_message):
+ Same as mbox append.
+
* camel-exception.c (camel_exception_set): Make sure the new
description isn't the same as the old description pointer before
freeing the old one.