evolution-data-server r8957 - branches/camel-db-summary/camel



Author: sragavan
Date: Mon Jun  9 09:20:37 2008
New Revision: 8957
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8957&view=rev

Log:
Add missing .h changes to junk/trash coolness.


Modified:
   branches/camel-db-summary/camel/camel-folder-summary.h

Modified: branches/camel-db-summary/camel/camel-folder-summary.h
==============================================================================
--- branches/camel-db-summary/camel/camel-folder-summary.h	(original)
+++ branches/camel-db-summary/camel/camel-folder-summary.h	Mon Jun  9 09:20:37 2008
@@ -153,6 +153,8 @@
 
 	guint32 refcount;	/* ??? */
 	char *uid;
+	/*FIXME: Make it work with the CAMEL_MESSADE_DB_DIRTY flag instead of another 4 bytes*/
+	gboolean dirty;	
 };
 
 /* For classes wishing to do the provided i/o, or for anonymous users,
@@ -163,6 +165,8 @@
 
 	guint32 refcount;	/* ??? */
 	char *uid;
+	/*FIXME: Make it work with the CAMEL_MESSADE_DB_DIRTY flag instead of another 4 bytes*/
+	gboolean dirty;
 	
 	const char *subject;
 	const char *from;
@@ -186,8 +190,7 @@
 	CamelMessageContentInfo *content;
 	struct _camel_header_param *headers;
 
-	/*FIXME: Make it work with the CAMEL_MESSADE_DB_DIRTY flag instead of another 4 bytes*/
-	gboolean dirty;
+
 };
 
 /* probably do this as well, removing CamelFolderChangeInfo and interfaces 



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