evolution-data-server r9306 - trunk/camel



Author: sragavan
Date: Mon Aug 11 06:22:31 2008
New Revision: 9306
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9306&view=rev

Log:
2008-08-08  Srinivasa Ragavan  <sragavan novell com>

	* camel/camel-folder-summary.h: Remove DIRTY message flag. It is
	redundant and in the wrong place.


Modified:
   trunk/camel/ChangeLog
   trunk/camel/camel-folder-summary.h

Modified: trunk/camel/camel-folder-summary.h
==============================================================================
--- trunk/camel/camel-folder-summary.h	(original)
+++ trunk/camel/camel-folder-summary.h	Mon Aug 11 06:22:31 2008
@@ -81,7 +81,6 @@
 
 	/* following flags are for the folder, and are not really permanent flags */
 	CAMEL_MESSAGE_FOLDER_FLAGGED = 1<<16, /* for use by the folder implementation */
-	CAMEL_MESSAGE_DB_DIRTY = 1<<17, /* To say whether the changes are syned to db.*/
 	/* flags after 1<<16 are used by camel providers,
            if adding non permanent flags, add them to the end  */
 



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