aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-08 17:24:09 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-08 17:24:09 +0800
commitad769a4440cb343e1afd5abbd59a4d4c4d07d9d4 (patch)
treebb6d2afd362530b93f33826b53200b43d69cd437 /camel/ChangeLog
parent00f84d0c5a594736ddc17ec8115b3a858e085c0a (diff)
downloadgsoc2013-evolution-ad769a4440cb343e1afd5abbd59a4d4c4d07d9d4.tar
gsoc2013-evolution-ad769a4440cb343e1afd5abbd59a4d4c4d07d9d4.tar.gz
gsoc2013-evolution-ad769a4440cb343e1afd5abbd59a4d4c4d07d9d4.tar.bz2
gsoc2013-evolution-ad769a4440cb343e1afd5abbd59a4d4c4d07d9d4.tar.lz
gsoc2013-evolution-ad769a4440cb343e1afd5abbd59a4d4c4d07d9d4.tar.xz
gsoc2013-evolution-ad769a4440cb343e1afd5abbd59a4d4c4d07d9d4.tar.zst
gsoc2013-evolution-ad769a4440cb343e1afd5abbd59a4d4c4d07d9d4.zip
always set the seen flag when we delete a message. I demand that this may,
2004-04-08 Not Zed <NotZed@Ximian.com> * camel-folder.h (camel_folder_delete_message): always set the seen flag when we delete a message. I demand that this may, or may not, fix #56549. * camel-folder.c: (camel_folder_set_message_flags): fixed the doco slightly (well reversed the flag and set explanation) and give an example. svn path=/trunk/; revision=25371
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 0365684d03..37c85c6e20 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,6 +1,12 @@
2004-04-08 Not Zed <NotZed@Ximian.com>
+ * camel-folder.h (camel_folder_delete_message): always set the
+ seen flag when we delete a message. I demand that this may, or
+ may not, fix #56549.
+
* camel-folder.c: include camel-debug.h
+ (camel_folder_set_message_flags): fixed the doco slightly (well
+ reversed the flag and set explanation) and give an example.
* providers/local/camel-mbox-folder.c
(mbox_set_message_user_flag): message changed to folder_changed.