[evolution] Bug #694170 - Accepted invitation not removed from Inbox	when it should
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [evolution] Bug #694170 - Accepted invitation not removed from Inbox	when it should
- Date: Fri, 22 Feb 2013 14:13:38 +0000 (UTC)
commit 3d7570426a00bbc066b8e3df25e8b4a523681461
Author: Milan Crha <mcrha redhat com>
Date:   Fri Feb 22 15:12:19 2013 +0100
    Bug #694170 - Accepted invitation not removed from Inbox when it should
 modules/itip-formatter/itip-view.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/modules/itip-formatter/itip-view.c b/modules/itip-formatter/itip-view.c
index d282549..d6d719c 100644
--- a/modules/itip-formatter/itip-view.c
+++ b/modules/itip-formatter/itip-view.c
@@ -4441,9 +4441,7 @@ finish_message_delete_with_rsvp (EMailPartItip *pitip,
                                  ItipView *view,
                                  ECalClient *client)
 {
-       gboolean save_schedules = e_cal_client_check_save_schedules (client);
-
-       if (!save_schedules && pitip->delete_message && pitip->folder)
+       if (pitip->delete_message && pitip->folder)
                camel_folder_delete_message (pitip->folder, pitip->uid);
 
        if (itip_view_get_rsvp (view)) {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]