aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-13 03:28:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-13 03:28:50 +0800
commit2872871ac0327cda2fe74f8e81c6fcdfb7064bb6 (patch)
treec4cc10bac52dac192ecb1e811ddc5befe874e305 /camel/ChangeLog
parent49618ae6eb3289fe9f5e8b0cd5dccf8606ab6994 (diff)
downloadgsoc2013-evolution-2872871ac0327cda2fe74f8e81c6fcdfb7064bb6.tar
gsoc2013-evolution-2872871ac0327cda2fe74f8e81c6fcdfb7064bb6.tar.gz
gsoc2013-evolution-2872871ac0327cda2fe74f8e81c6fcdfb7064bb6.tar.bz2
gsoc2013-evolution-2872871ac0327cda2fe74f8e81c6fcdfb7064bb6.tar.lz
gsoc2013-evolution-2872871ac0327cda2fe74f8e81c6fcdfb7064bb6.tar.xz
gsoc2013-evolution-2872871ac0327cda2fe74f8e81c6fcdfb7064bb6.tar.zst
gsoc2013-evolution-2872871ac0327cda2fe74f8e81c6fcdfb7064bb6.zip
Use mbox_set_message_flags () instead of setting the flags by hand. This
2000-07-12 Jeffrey Stedfast <fejj@helixcode.com> * providers/mbox/camel-mbox-folder.c (mbox_delete_message): Use mbox_set_message_flags () instead of setting the flags by hand. This fixes the problem of the "message_changed" signal not being emitted at the correct time. * providers/imap/camel-imap-folder.c: "folder_changed" signals should pass a third argument (which is ignored). * camel-folder.c: Undo gtk signal emits done in set_flags and expunge. (move_message_to): (copy_message_to): Create info as a const CamelMessageInfo svn path=/trunk/; revision=4118
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3b00513daa..f08e851923 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,18 @@
+2000-07-12 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * providers/mbox/camel-mbox-folder.c (mbox_delete_message): Use
+ mbox_set_message_flags () instead of setting the flags by hand. This
+ fixes the problem of the "message_changed" signal not being emitted
+ at the correct time.
+
+ * providers/imap/camel-imap-folder.c: "folder_changed" signals should
+ pass a third argument (which is ignored).
+
+ * camel-folder.c: Undo gtk signal emits done in set_flags and
+ expunge.
+ (move_message_to):
+ (copy_message_to): Create info as a const CamelMessageInfo
+
2000-07-12 Chris Toshok <toshok@helixcode.com>
* providers/nntp/Makefile.am: don't add test-newsrc to the build