aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-06-03 22:04:48 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-06-03 22:04:48 +0800
commitd0330caab5267f7401e89e07479fda4657793a65 (patch)
tree518787ba107cf4ba6aaaf51cecb814384bbbf5d6 /camel/ChangeLog
parent839b4be584653e671905a8fa772294cca01e44f7 (diff)
downloadgsoc2013-evolution-d0330caab5267f7401e89e07479fda4657793a65.tar
gsoc2013-evolution-d0330caab5267f7401e89e07479fda4657793a65.tar.gz
gsoc2013-evolution-d0330caab5267f7401e89e07479fda4657793a65.tar.bz2
gsoc2013-evolution-d0330caab5267f7401e89e07479fda4657793a65.tar.lz
gsoc2013-evolution-d0330caab5267f7401e89e07479fda4657793a65.tar.xz
gsoc2013-evolution-d0330caab5267f7401e89e07479fda4657793a65.tar.zst
gsoc2013-evolution-d0330caab5267f7401e89e07479fda4657793a65.zip
Check that any unmatched operation is not concerning any vfolder. Other
2002-06-03 Not Zed <NotZed@Ximian.com> * camel-vee-folder.c (camel_vee_folder_add_folder): (folder_changed_change): (folder_changed_remove_uid): (folder_changed_add_uid): (vee_folder_build_folder): Check that any unmatched operation is not concerning any vfolder. Other vfolders should never be part of any unmatched handling. For #24615, and others probably. svn path=/trunk/; revision=17075
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6961bdd7fe..dded90b650 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2002-06-03 Not Zed <NotZed@Ximian.com>
+
+ * camel-vee-folder.c (camel_vee_folder_add_folder):
+ (folder_changed_change):
+ (folder_changed_remove_uid):
+ (folder_changed_add_uid):
+ (vee_folder_build_folder): Check that any unmatched operation is
+ not concerning any vfolder. Other vfolders should never be part of any
+ unmatched handling. For #24615, and others probably.
+
2002-06-02 Not Zed <NotZed@Ximian.com>
* camel-sasl.c (camel_sasl_new):