[evolution-kolab/ek-wip-porting] camel-imapx-utils: also enumerate ANNOTATEMORE tokens



commit 33313dfa2e4b8dd5b1c4e38769369fa36c79b849
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Mon Jan 23 22:06:04 2012 +0100

    camel-imapx-utils: also enumerate ANNOTATEMORE tokens
    
    * insert the ANNOTATEMORE tokens defined in camel-imapx-extd-tokens.txt
      in the utils struct
    * could not avoid putting this into upstream code directly
      (orelse we would have needed to dupe most of CamelIMAPXServer)

 src/camel/providers/imapx/camel-imapx-utils.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/camel/providers/imapx/camel-imapx-utils.h b/src/camel/providers/imapx/camel-imapx-utils.h
index 848c01a..eacc12c 100644
--- a/src/camel/providers/imapx/camel-imapx-utils.h
+++ b/src/camel/providers/imapx/camel-imapx-utils.h
@@ -31,6 +31,8 @@ struct _CamelIMAPXStore;
 typedef enum _camel_imapx_id_t {
 	IMAPX_UNKNOWN = 0,
 	IMAPX_ALERT,
+	IMAPX_ANNOTATEMORE,
+	IMAPX_ANNOTATION,
 	IMAPX_APPENDUID,
 	IMAPX_BAD,
 	IMAPX_BODY,
@@ -44,6 +46,7 @@ typedef enum _camel_imapx_id_t {
 	IMAPX_EXPUNGE,
 	IMAPX_FETCH,
 	IMAPX_FLAGS,
+	IMAPX_GETANNOTATION,
 	IMAPX_HIGHESTMODSEQ,
 	IMAPX_INTERNALDATE,
 	IMAPX_LIST,
@@ -64,6 +67,7 @@ typedef enum _camel_imapx_id_t {
 	IMAPX_RFC822_HEADER,
 	IMAPX_RFC822_SIZE,
 	IMAPX_RFC822_TEXT,
+	IMAPX_SETANNOTATION,
 	IMAPX_STATUS,
 	IMAPX_TRYCREATE,
 	IMAPX_UID,



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