[evolution-data-server] Bug 581424 – Personal folder tree appears besides Public folder in subscription editor.



commit 774ebbc1d48574139c2646877f7323150a950730
Author: Johnny Jacob <jjohnny novell com>
Date:   Wed May 13 11:57:29 2009 +0530

    Bug 581424 â?? Personal folder tree appears besides Public folder in subscription editor.
    
    * 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 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/camel/camel-store.h b/camel/camel-store.h
index 3ce06a2..33e3d63 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]