Part of bug #585353 - Add new CAMEL_STORE_REAL_JUNK_FOLDER flag
authorMilan Crha <mcrha@redhat.com>
Tue, 8 Jun 2010 16:21:55 +0000 (18:21 +0200)
committerMilan Crha <mcrha@redhat.com>
Tue, 8 Jun 2010 16:21:55 +0000 (18:21 +0200)
camel/camel-store.h

index 880bccc..2d14c7d 100644 (file)
@@ -142,6 +142,13 @@ typedef struct _CamelFolderInfo {
 
 #define CAMEL_STORE_ASYNC              (1 << 6)
 
+/**
+ * CAMEL_STORE_REAL_JUNK_FOLDER:
+ *
+ * Since: 3.0
+ **/
+#define CAMEL_STORE_REAL_JUNK_FOLDER   (1 << 7)
+
 struct _CamelDB;
 
 typedef struct _CamelStore CamelStore;