evolution-data-server r9282 - trunk/camel/providers/groupwise



Author: sragavan
Date: Wed Aug  6 13:29:29 2008
New Revision: 9282
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9282&view=rev

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

	* camel/providers/groupwise/camel-groupwise-folder.c: Mark summary
	dirty when it is.


Modified:
   trunk/camel/providers/groupwise/ChangeLog
   trunk/camel/providers/groupwise/camel-groupwise-folder.c

Modified: trunk/camel/providers/groupwise/camel-groupwise-folder.c
==============================================================================
--- trunk/camel/providers/groupwise/camel-groupwise-folder.c	(original)
+++ trunk/camel/providers/groupwise/camel-groupwise-folder.c	Wed Aug  6 13:29:29 2008
@@ -674,6 +674,7 @@
 
 				gw_info->info.flags &= ~CAMEL_MESSAGE_FOLDER_FLAGGED;
 				gw_info->info.dirty = 1;
+				camel_folder_summary_touch (folder->summary);
 				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]