aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-mh-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/local/camel-mh-store.h')
-rw-r--r--camel/providers/local/camel-mh-store.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/camel/providers/local/camel-mh-store.h b/camel/providers/local/camel-mh-store.h
index b69bddb7c2..96522cb01f 100644
--- a/camel/providers/local/camel-mh-store.h
+++ b/camel/providers/local/camel-mh-store.h
@@ -34,9 +34,14 @@ extern "C" {
#define CAMEL_MH_STORE_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_MH_STORE_TYPE, CamelMhStoreClass))
#define CAMEL_IS_MH_STORE(o) (CAMEL_CHECK_TYPE((o), CAMEL_MH_STORE_TYPE))
+enum {
+ CAMEL_MH_DOTFOLDERS = (1<<0), /* update/use .folders file */
+};
+
typedef struct {
CamelLocalStore parent_object;
-
+
+ guint32 flags;
} CamelMhStore;
typedef struct {