Defined new macro CAMEL_FOLDER_TYPE_SENT for identifying sent-folder.
authorSankar P <psankar@novell.com>
Tue, 20 Sep 2005 12:36:19 +0000 (12:36 +0000)
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>
Tue, 20 Sep 2005 12:36:19 +0000 (12:36 +0000)
2005-09-15  Sankar P  <psankar@novell.com>

* camel-store.h:
Defined new macro CAMEL_FOLDER_TYPE_SENT for identifying sent-folder.
Needed for fixing #257321

camel/ChangeLog
camel/camel-store.h

index 29bac2b..a904199 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-15  Sankar P  <psankar@novell.com>
+
+       * camel-store.h:
+       Defined new macro CAMEL_FOLDER_TYPE_SENT for identifying sent-folder.
+       Needed for fixing #257321
+       
 2005-09-15  Tor Lillqvist  <tml@novell.com>
 
        * broken-date-parser.c (get_wday, get_month)
index ba8366b..a4f6b53 100644 (file)
@@ -92,6 +92,9 @@ typedef struct _CamelFolderInfo {
 #define CAMEL_FOLDER_TYPE_TRASH (3 << 10)
 /* a spam folder */
 #define CAMEL_FOLDER_TYPE_JUNK (4 << 10)
+/* a sent-items folder */
+#define CAMEL_FOLDER_TYPE_SENT (5 << 10)
+
 /* next bit is 1<<13 */
 
 /* store premissions */