[evolution-kolab/ek-wip-porting-imapx] IMAPX: removed CamelImapxMetadata* member from CamelIMAPXServer



commit 4227027d9bd83080c0e046918be6b61d1fce6ea4
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Fri Dec 2 11:35:44 2011 +0100

    IMAPX: removed CamelImapxMetadata* member from CamelIMAPXServer
    
    * will need to cleanly subclass CamelIMAPXServer (and all
      other CamelIMAPX* classes we touch for extensions) since
      adding members to the classes *is* a type change
    * this will save us from the nasty __KOLAB_ prefixes we used
      in gnome-2-30
    * it will also allow for cleanly pulling in upstream fixes
      for all classes we did not extend

 src/camel/providers/imapx/camel-imapx-server.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/camel/providers/imapx/camel-imapx-server.h b/src/camel/providers/imapx/camel-imapx-server.h
index da11d4b..f4c8fb7 100644
--- a/src/camel/providers/imapx/camel-imapx-server.h
+++ b/src/camel/providers/imapx/camel-imapx-server.h
@@ -55,7 +55,6 @@ typedef struct _CamelIMAPXServerClass CamelIMAPXServerClass;
 typedef struct _CamelIMAPXCommand CamelIMAPXCommand;
 typedef struct _CamelIMAPXIdle CamelIMAPXIdle;
 struct _IMAPXJobQueueInfo;
-struct _CamelImapxMetadata;
 
 struct _CamelIMAPXServer {
 	CamelObject parent;
@@ -122,9 +121,6 @@ struct _CamelIMAPXServer {
 	GCond *fetch_cond;
 	GMutex *fetch_mutex;
 	gint fetch_count;
-
-	/* ANNOTATEMORE / METADATA (RFC 5464) */
-	struct _CamelImapxMetadata *metadata; /* for CamelImapxMetadata, keyed by path */
 };
 
 struct _CamelIMAPXServerClass {



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