[evolution-ews] Replace random UID in meeting message and meeting response mime content with AssociatedCalendarItemI
- From: Pavel Ocheretny <pocheretny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Replace random UID in meeting message and meeting response mime content with AssociatedCalendarItemI
- Date: Sun, 29 May 2011 18:52:47 +0000 (UTC)
commit 4b9dac8778e90ed249b0ea93748d0f33bf1b2998
Author: Pavel Ocheretny <pocheretny src gnome org>
Date: Sun May 29 21:52:44 2011 +0300
Replace random UID in meeting message and meeting response mime content with AssociatedCalendarItemId.
src/camel/camel-ews-folder.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-ews-folder.c b/src/camel/camel-ews-folder.c
index 536242a..b21c2f6 100644
--- a/src/camel/camel-ews-folder.c
+++ b/src/camel/camel-ews-folder.c
@@ -381,7 +381,9 @@ camel_ews_folder_get_message (CamelFolder *folder, const gchar *uid, gint pri, G
AssociatedCalendarItemId, replace the random UID with this ItemId,
And save updated message data to a new temp file */
if (e_ews_item_get_item_type (items->data) == E_EWS_ITEM_TYPE_MEETING_REQUEST ||
- e_ews_item_get_item_type (items->data) == E_EWS_ITEM_TYPE_MEETING_CANCELLATION) {
+ e_ews_item_get_item_type (items->data) == E_EWS_ITEM_TYPE_MEETING_CANCELLATION ||
+ e_ews_item_get_item_type (items->data) == E_EWS_ITEM_TYPE_MEETING_MESSAGE ||
+ e_ews_item_get_item_type (items->data) == E_EWS_ITEM_TYPE_MEETING_RESPONSE) {
GSList *items_req = NULL;
const EwsId *associated_calendar_id;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]