evolution-data-server r8890 - trunk/camel



Author: abharath
Date: Mon Jun  2 04:37:10 2008
New Revision: 8890
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8890&view=rev

Log:
Committing on behalf of  Milan Crha  <mcrha redhat com>

2008-05-29  Milan Crha  <mcrha redhat com>

       ** Part of fix for bug #534312

       * camel-folder-summary.h: (enum CamelMessageFlags):
       Added new message flag CAMEL_MESSAGE_FORWARDED.



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 Jun  2 04:37:10 2008
@@ -76,6 +76,7 @@
 	CAMEL_MESSAGE_USER_NOT_DELETABLE = 1<<9,
 	CAMEL_MESSAGE_HIDDEN = 1<<10,
 	CAMEL_MESSAGE_NOTJUNK = 1<<11,
+	CAMEL_MESSAGE_FORWARDED = 1<<12,
 
 	/* following flags are for the folder, and are not really permanent flags */
 	CAMEL_MESSAGE_FOLDER_FLAGGED = 1<<16, /* for use by the folder implementation */



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