Bug 581424 – Personal folder tree appears besides Public folder in subscription editor.
authorJohnny Jacob <jjohnny@novell.com>
Wed, 13 May 2009 06:27:29 +0000 (11:57 +0530)
committerJohnny Jacob <jjohnny@novell.com>
Wed, 13 May 2009 06:30:49 +0000 (12:00 +0530)
* camel-store.h: Added CAMEL_STORE_FOLDER_INFO_SUBSCRIPTION_LIST.
Useful in subscription editors. Clients should use this flag
to retrive folder list for subscriptions.

camel/camel-store.h

index 3ce06a2..33e3d63 100644 (file)
@@ -148,6 +148,11 @@ struct _CamelStore {
 #define CAMEL_STORE_FOLDER_INFO_RECURSIVE  (1 << 1)
 #define CAMEL_STORE_FOLDER_INFO_SUBSCRIBED (1 << 2)
 #define CAMEL_STORE_FOLDER_INFO_NO_VIRTUAL (1 << 3)  /* don't include vTrash/vJunk folders */
+/* Fetch only the subscription list. Clients should use this */
+/* flag for requesting the list of folders available for  */
+/* subscription. Used in Exchange / IMAP  connectors for public */
+/* folder fetching */
+#define CAMEL_STORE_FOLDER_INFO_SUBSCRIPTION_LIST (1 << 4)
 
 typedef struct {
        CamelServiceClass parent_class;