[evolution-ews/gnome-3-2] Bug 664637 - Deleted messages appear in Inbox
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-3-2] Bug 664637 - Deleted messages appear in Inbox
- Date: Fri, 2 Dec 2011 13:11:09 +0000 (UTC)
commit 2c13d08fb88a68261c7b2a8b38d5c1004d70c09b
Author: David Woodhouse <David Woodhouse intel com>
Date: Fri Dec 2 13:00:56 2011 +0000
Bug 664637 - Deleted messages appear in Inbox
This is a *partial* fix. We still have a potential bug if we crash at the
wrong time, but at least this stops us from hitting it systematically.
(cherry picked from commit 326e7b4760017dc9dce8a9ace7b0c23db46a479e)
src/camel/camel-ews-folder.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/camel/camel-ews-folder.c b/src/camel/camel-ews-folder.c
index 8da7801..c889556 100644
--- a/src/camel/camel-ews-folder.c
+++ b/src/camel/camel-ews-folder.c
@@ -1124,6 +1124,7 @@ ews_refresh_info_sync (CamelFolder *folder, GCancellable *cancellable, GError **
g_free (((CamelEwsSummary *) folder->summary)->sync_state);
((CamelEwsSummary *) folder->summary)->sync_state = sync_state;
+ camel_folder_summary_touch (folder->summary);
camel_folder_summary_save_to_db (folder->summary, NULL);
} while (!rerror && !includes_last_item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]