[evolution-ews] Bug 757458 - Server-side mail message flag change ignored
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Bug 757458 - Server-side mail message flag change ignored
- Date: Tue, 3 Nov 2015 13:53:37 +0000 (UTC)
commit 9e582059a14fd58f3beec5a3dc5ed4a2d818e53d
Author: Milan Crha <mcrha redhat com>
Date: Tue Nov 3 14:54:30 2015 +0100
Bug 757458 - Server-side mail message flag change ignored
src/camel/camel-ews-folder.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-ews-folder.c b/src/camel/camel-ews-folder.c
index 5a60c8b..4bc7abb 100644
--- a/src/camel/camel-ews-folder.c
+++ b/src/camel/camel-ews-folder.c
@@ -1466,7 +1466,10 @@ sync_updated_items (CamelEwsFolder *ews_folder,
item_type == E_EWS_ITEM_TYPE_MEETING_MESSAGE ||
item_type == E_EWS_ITEM_TYPE_MEETING_RESPONSE ||
item_type == E_EWS_ITEM_TYPE_MEETING_CANCELLATION ||
- item_type == E_EWS_ITEM_TYPE_POST_ITEM)
+ item_type == E_EWS_ITEM_TYPE_POST_ITEM ||
+ /* Unknown for items received through the server notifications;
+ it's part of the summary, thus it is a message anyway */
+ item_type == E_EWS_ITEM_TYPE_UNKNOWN)
msg_ids = g_slist_append (msg_ids, g_strdup (id->id));
camel_message_info_unref (mi);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]