aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r--camel/camel-store.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h
index 02ceb5747c..6983524091 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -54,7 +54,8 @@ typedef struct _CamelFolderInfo {
/* Flags for store flags */
-#define CAMEL_STORE_SUBSCRIPTIONS (1 << 0)
+#define CAMEL_STORE_SUBSCRIPTIONS (1 << 0)
+#define CAMEL_STORE_VTRASH (1 << 1)
struct _CamelStore
{