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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h
index 2b65751aac..30f69d1e67 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -64,8 +64,10 @@ typedef struct _CamelFolderInfo {
#define CAMEL_FOLDER_NOINFERIORS (1<<1)
/* a folder which has children (not yet fully implemented) */
#define CAMEL_FOLDER_CHILDREN (1<<2)
+/* a folder which does not have any children (not yet fully implemented) */
+#define CAMEL_FOLDER_NOCHILDREN (1<<3)
/* a folder which is subscribed */
-#define CAMEL_FOLDER_SUBSCRIBED (1<<3)
+#define CAMEL_FOLDER_SUBSCRIBED (1<<4)
/* Structure of rename event's event_data */
typedef struct _CamelRenameInfo {