[evolution-data-server] Part of bug #585353 - Add new CAMEL_STORE_REAL_JUNK_FOLDER flag



commit 496d881ba4e8d9bc2462af3418620ad54bd291d9
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jun 8 18:21:55 2010 +0200

    Part of bug #585353 - Add new CAMEL_STORE_REAL_JUNK_FOLDER flag

 camel/camel-store.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-store.h b/camel/camel-store.h
index 880bccc..2d14c7d 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -142,6 +142,13 @@ typedef struct _CamelFolderInfo {
 
 #define CAMEL_STORE_ASYNC		(1 << 6)
 
+/**
+ * CAMEL_STORE_REAL_JUNK_FOLDER:
+ *
+ * Since: 3.0
+ **/
+#define CAMEL_STORE_REAL_JUNK_FOLDER	(1 << 7)
+
 struct _CamelDB;
 
 typedef struct _CamelStore CamelStore;



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