evolution-data-server r8984 - branches/camel-db-summary/camel/providers/groupwise



Author: psankar
Date: Mon Jun 16 09:09:15 2008
New Revision: 8984
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8984&view=rev

Log:
Set the dirty flag appropriately so that the mi will be stored in db.

msginfo table is properly updated.
Problem with folders table is: It always has the previous value. 



Modified:
   branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-folder.c

Modified: branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-folder.c
==============================================================================
--- branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-folder.c	(original)
+++ branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-folder.c	Mon Jun 16 09:09:15 2008
@@ -673,6 +673,7 @@
 				const char *uid;
 
 				gw_info->info.flags &= ~CAMEL_MESSAGE_FOLDER_FLAGGED;
+				gw_info->info.dirty = 1;
 				gw_info->server_flags = gw_info->info.flags;
 				uid = camel_message_info_uid (info);
 				if (diff.bits & CAMEL_MESSAGE_DELETED) {



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