[evolution-ews] Revert "Set meetings cancellation to be sent by server and not by backend" now when we have a calend



commit b4cb95b9d7c8f6d2a7e475150c05e7c933724dfa
Author: Pavel Ocheretny <pocheretny src gnome org>
Date:   Sun Jul 31 20:59:20 2011 +0300

    Revert "Set meetings cancellation to be sent by server and not by backend"
    now when we have a calendar UID we can send cancellation mails from Evo

 src/calendar/e-cal-backend-ews.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index ca4331f..a881221 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -983,7 +983,7 @@ e_cal_backend_ews_remove_object (ECalBackend *backend, EDataCal *cal, EServerMet
 	remove_data->item_id.change_key = item_id.change_key;
 
 	e_ews_connection_delete_item_start (priv->cnc, EWS_PRIORITY_MEDIUM, &remove_data->item_id, index,
-					     EWS_HARD_DELETE, EWS_SEND_TO_ALL_AND_SAVE_COPY, EWS_ALL_OCCURRENCES,
+					     EWS_HARD_DELETE, EWS_SEND_TO_NONE, EWS_ALL_OCCURRENCES,
 					     ews_cal_remove_object_cb, NULL,
 					     remove_data);
 	return;
@@ -2320,8 +2320,6 @@ e_cal_backend_ews_send_objects (ECalBackend *backend, EDataCal *cal, EServerMeth
 	GError *error = NULL;
 	gchar *subcalobj;
 
-	/*we cannot support the send meeting cancleation until we will find solution for calendar:UID*/
-	goto exit;
 
 	cbews = E_CAL_BACKEND_EWS(backend);
 	priv = cbews->priv;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]