[evolution] Bug #691957 - MDN: Do not show "Sender has been notified..." message



commit c7ddf191bf61930852a546be9865235528c9f2c6
Author: Milan Crha <mcrha redhat com>
Date:   Fri May 9 11:38:30 2014 +0200

    Bug #691957 - MDN: Do not show "Sender has been notified..." message
    
    Evolution doesn't have any capability to distinguish between truly sent
    read receipts and those cancelled, neither it stores anywhere the date
    of the read receipt send, thus showing to users an information about
    "Sender has been notified..." is only confusing to them.

 modules/mdn/evolution-mdn.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/modules/mdn/evolution-mdn.c b/modules/mdn/evolution-mdn.c
index ed54205..07a68e2 100644
--- a/modules/mdn/evolution-mdn.c
+++ b/modules/mdn/evolution-mdn.c
@@ -485,12 +485,8 @@ mdn_message_loaded_cb (EMailReader *reader,
        if (info == NULL)
                goto exit;
 
-       if (camel_message_info_user_flag (info, MDN_USER_FLAG)) {
-               alert = e_alert_new ("mdn:sender-notified", NULL);
-               mdn_submit_alert (mdn, reader, alert);
-               g_object_unref (alert);
+       if (camel_message_info_user_flag (info, MDN_USER_FLAG))
                goto exit;
-       }
 
        notify_to = mdn_get_notify_to (message);
        if (notify_to == NULL)


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