diff options
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r-- | camel/camel-store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h index 6983524091..e86c884a1a 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -56,6 +56,7 @@ typedef struct _CamelFolderInfo { /* Flags for store flags */ #define CAMEL_STORE_SUBSCRIPTIONS (1 << 0) #define CAMEL_STORE_VTRASH (1 << 1) +#define CAMEL_STORE_FILTER_INBOX (1 << 2) struct _CamelStore { |