[evolution-exchange] Mark the dirty flag in message_info when the	flags are changed to sync the changes to db.
- From: Chenthill Palanisamy <pchen src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution-exchange] Mark the dirty flag in message_info when the	flags are changed to sync the changes to db.
 
- Date: Tue, 12 Apr 2011 07:05:12 +0000 (UTC)
 
commit 397874a895620d802824cb6695340240402f9557
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Mon Apr 11 14:59:40 2011 +0530
    Mark the dirty flag in message_info when the flags are changed to
    sync the changes to db.
 camel/camel-exchange-folder.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-exchange-folder.c b/camel/camel-exchange-folder.c
index 764dd83..f849a4c 100644
--- a/camel/camel-exchange-folder.c
+++ b/camel/camel-exchange-folder.c
@@ -984,6 +984,7 @@ camel_exchange_folder_update_message_flags (CamelExchangeFolder *exch,
 
 	if (info->flags != flags) {
 		info->flags = flags;
+		info->dirty = 1;
 		camel_folder_summary_touch (folder->summary);
 
 		changes = camel_folder_change_info_new ();
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]