aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store-summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store-summary.h')
-rw-r--r--camel/camel-store-summary.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/camel/camel-store-summary.h b/camel/camel-store-summary.h
index dbcd6119b7..e512cc32ba 100644
--- a/camel/camel-store-summary.h
+++ b/camel/camel-store-summary.h
@@ -46,10 +46,10 @@ typedef struct _CamelStoreSummaryClass CamelStoreSummaryClass;
typedef struct _CamelStoreInfo CamelStoreInfo;
enum _CamelStoreInfoFlags {
- CAMEL_STORE_INFO_FOLDER_NOSELECT,
- CAMEL_STORE_INFO_FOLDER_READONLY,
- CAMEL_STORE_INFO_FOLDER_SUBSCRIBED,
- CAMEL_STORE_INFO_FOLDER_FLAGGED,
+ CAMEL_STORE_INFO_FOLDER_NOSELECT = 1<<0,
+ CAMEL_STORE_INFO_FOLDER_READONLY = 1<<1,
+ CAMEL_STORE_INFO_FOLDER_SUBSCRIBED = 1<<2,
+ CAMEL_STORE_INFO_FOLDER_FLAGGED = 1<<3,
};
#define CAMEL_STORE_INFO_FOLDER_UNKNOWN (~0)