aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
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/camel-store.c
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/camel-store.c')
-rw-r--r--camel/camel-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c
index 149c591575..23a7e9109d 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -889,7 +889,7 @@ camel_folder_info_build (GPtrArray *folders, const char *namespace,
name = fi->full_name;
if (*name == separator)
name++;
-
+
/* set the path if it isn't already set */
if (!fi->path)
camel_folder_info_build_path (fi, separator);