aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store.c')
-rw-r--r--camel/camel-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c
index c6454fc8f5..e023460bf6 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -563,6 +563,7 @@ store_sync (CamelStore *store, CamelException *ex)
CamelException x;
int i;
+ camel_exception_init(&x);
folders = camel_object_bag_list(store->folders);
for (i=0;i<folders->len;i++) {
folder = folders->pdata[i];