[evolution-ews] evolution-ews: fix category error on initial sync
- From: James E.J. Bottomley <jejb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] evolution-ews: fix category error on initial sync
- Date: Thu, 4 Aug 2011 23:26:17 +0000 (UTC)
commit 0c26ec4b6d925ee4d82a468484a48fda573f5e22
Author: James Bottomley <JBottomley Parallels com>
Date: Thu Aug 4 18:08:51 2011 -0500
evolution-ews: fix category error on initial sync
The initial sync of folders isn't pulling over the categories from the
server. This is because there's a missed call to
ews_utils_merge_server_user_flags(), so add it.
Signed-off-by: James Bottomley <JBottomley Parallels com>
src/camel/camel-ews-utils.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/camel/camel-ews-utils.c b/src/camel/camel-ews-utils.c
index 481ae05..0efe344 100644
--- a/src/camel/camel-ews-utils.c
+++ b/src/camel/camel-ews-utils.c
@@ -1009,6 +1009,7 @@ camel_ews_utils_sync_created_items (CamelEwsFolder *ews_folder, GSList *items_cr
ews_set_threading_data (mi, item);
server_flags = ews_utils_get_server_flags (item);
+ ews_utils_merge_server_user_flags (item, mi);
camel_ews_summary_add_message_info (folder->summary, server_flags,
(CamelMessageInfo *) mi);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]