aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2001-10-20 05:26:18 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-20 05:26:18 +0800
commit6ff3bed14f5fddb083f2b6302f056bf9ab3bd873 (patch)
treeab497c1d6928efecb4222fd86bd4fb15db8e5922 /camel/ChangeLog
parentc8b407def5e787684b77c2637c2e9d2250cd9b55 (diff)
downloadgsoc2013-evolution-6ff3bed14f5fddb083f2b6302f056bf9ab3bd873.tar
gsoc2013-evolution-6ff3bed14f5fddb083f2b6302f056bf9ab3bd873.tar.gz
gsoc2013-evolution-6ff3bed14f5fddb083f2b6302f056bf9ab3bd873.tar.bz2
gsoc2013-evolution-6ff3bed14f5fddb083f2b6302f056bf9ab3bd873.tar.lz
gsoc2013-evolution-6ff3bed14f5fddb083f2b6302f056bf9ab3bd873.tar.xz
gsoc2013-evolution-6ff3bed14f5fddb083f2b6302f056bf9ab3bd873.tar.zst
gsoc2013-evolution-6ff3bed14f5fddb083f2b6302f056bf9ab3bd873.zip
camel-vee-folder.c (folder_changed_change): Change logic, we always add
camel-vee-folder.c (folder_changed_change): Change logic, we always add changed stuff if it now matches, but dont remove it unless its auto-remove, only propagate changes for it. (vee_set_message_flags): Call parent method after doing our work. (vee_set_message_user_flag): Same here. svn path=/trunk/; revision=13803
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 43166e7fe0..c9a0946fab 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -24,6 +24,11 @@
(folder_changed_change): Ok, so dont hold the subfolder lock for
the whole duration of the changed event, although we probably
should, requires a recursive mutex.
+ (folder_changed_change): Change logic, we always add changed stuff
+ if it now matches, but dont remove it unless its auto-remove, only
+ propagate changes for it.
+ (vee_set_message_flags): Call parent method after doing our work.
+ (vee_set_message_user_flag): Same here.
2001-10-18 Jeffrey Stedfast <fejj@ximian.com>