[evolution-ews] Bug 664637 - Deleted messages appear in Inbox
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Bug 664637 - Deleted messages appear in Inbox
- Date: Fri, 2 Dec 2011 13:11:14 +0000 (UTC)
commit 326e7b4760017dc9dce8a9ace7b0c23db46a479e
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.
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 56f2c09..948e766 100644
--- a/src/camel/camel-ews-folder.c
+++ b/src/camel/camel-ews-folder.c
@@ -1157,6 +1157,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]