evolution-data-server r9093 - branches/camel-db-summary/camel/providers/imap



Author: sragavan
Date: Thu Jul  3 17:17:01 2008
New Revision: 9093
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9093&view=rev

Log:
Fix imap sync issue


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

Modified: branches/camel-db-summary/camel/providers/imap/camel-imap-folder.c
==============================================================================
--- branches/camel-db-summary/camel/providers/imap/camel-imap-folder.c	(original)
+++ branches/camel-db-summary/camel/providers/imap/camel-imap-folder.c	Thu Jul  3 17:17:01 2008
@@ -792,7 +792,8 @@
 			/* If this value came from the server, then add it to our local summary,
 			   otherwise it was in local summary, but isn't on the server, thus remove it. */
 			changed = TRUE;
-			camel_message_info_set_user_flag (mi, p->data, g_hash_table_lookup (server, p->data) != NULL);
+			camel_flag_set (mi, p->data, g_hash_table_lookup (server, p->data) != NULL);
+			((CamelMessageInfoBase *) mi)->flags |= CAMEL_MESSAGE_FOLDER_FLAGGED;
 		}
 	}
 



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