aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index 574cb981c8..19ed527999 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -364,8 +364,7 @@ init_trash (CamelStore *store)
name = g_strdup_printf ("%s?(match-all (system-flag \"Deleted\"))", "vTrash");
- store->vtrash = camel_vee_folder_new (store, name, CAMEL_STORE_FOLDER_CREATE |
- CAMEL_STORE_VEE_FOLDER_AUTO, NULL);
+ store->vtrash = camel_vee_folder_new (store, name, CAMEL_STORE_FOLDER_CREATE|CAMEL_STORE_VEE_FOLDER_AUTO);
g_free (name);