aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-07-03 11:11:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-07-03 11:11:03 +0800
commit5c2ce7a4cb22a4358a8b509888e68222bc7a3bd4 (patch)
tree5c612a2e6c6a01b41688e522235ae2009a50c774 /camel/ChangeLog
parentd49a387afc10d7e43f582eda2d14cda03ae2bfe5 (diff)
downloadgsoc2013-evolution-5c2ce7a4cb22a4358a8b509888e68222bc7a3bd4.tar
gsoc2013-evolution-5c2ce7a4cb22a4358a8b509888e68222bc7a3bd4.tar.gz
gsoc2013-evolution-5c2ce7a4cb22a4358a8b509888e68222bc7a3bd4.tar.bz2
gsoc2013-evolution-5c2ce7a4cb22a4358a8b509888e68222bc7a3bd4.tar.lz
gsoc2013-evolution-5c2ce7a4cb22a4358a8b509888e68222bc7a3bd4.tar.xz
gsoc2013-evolution-5c2ce7a4cb22a4358a8b509888e68222bc7a3bd4.tar.zst
gsoc2013-evolution-5c2ce7a4cb22a4358a8b509888e68222bc7a3bd4.zip
If we get an exception from the child sync, update the exception string so
2002-07-03 Not Zed <NotZed@Ximian.com> * camel-vee-folder.c (vee_sync): If we get an exception from the child sync, update the exception string so we know where it really was. * camel-vee-store.c (change_folder): Util to emit created/deleted events. (vee_get_folder): If the folder has path elements, and its parents dont exist, create dummy no-select nodes. This is for bug #4246. (vee_delete_folder): Use change_folder() to save code. * providers/local/camel-mbox-folder.c (mbox_set_message_flags): Only set xevchange if we're storing status headers in pine format, so we dont do a full sync every time any flag changes. svn path=/trunk/; revision=17360
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b7e8038082..66963f0ac8 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,19 @@
+2002-07-03 Not Zed <NotZed@Ximian.com>
+
+ * camel-vee-folder.c (vee_sync): If we get an exception from the
+ child sync, update the exception string so we know where it really
+ was.
+
+ * camel-vee-store.c (change_folder): Util to emit created/deleted
+ events.
+ (vee_get_folder): If the folder has path elements, and its parents
+ dont exist, create dummy no-select nodes. This is for bug #4246.
+ (vee_delete_folder): Use change_folder() to save code.
+
+ * providers/local/camel-mbox-folder.c (mbox_set_message_flags):
+ Only set xevchange if we're storing status headers in pine format,
+ so we dont do a full sync every time any flag changes.
+
2002-06-27 Not Zed <NotZed@Ximian.com>
* camel-object.c (camel_object_hook_event): Take a void object arg.