[evolution] I#162 - Replied to message marked as seen after message send



commit 9be14c97f42d4320e36e2333a39e59e98b836bac
Author: Milan Crha <mcrha redhat com>
Date:   Thu Oct 4 10:58:44 2018 +0200

    I#162 - Replied to message marked as seen after message send
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/162

 src/mail/em-composer-utils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/mail/em-composer-utils.c b/src/mail/em-composer-utils.c
index 13f572ef34..340dddabc4 100644
--- a/src/mail/em-composer-utils.c
+++ b/src/mail/em-composer-utils.c
@@ -3783,7 +3783,7 @@ alt_reply_composer_created_cb (GObject *source_object,
 
                                if (source_folder_uri) {
                                        e_msg_composer_set_source_headers (composer, source_folder_uri,
-                                               source_message_uid, CAMEL_MESSAGE_ANSWERED | 
CAMEL_MESSAGE_SEEN);
+                                               source_message_uid, CAMEL_MESSAGE_ANSWERED);
                                }
 
                                g_free (source_folder_uri);
@@ -4464,7 +4464,7 @@ em_utils_reply_to_message (EMsgComposer *composer,
                g_object_unref (source);
        }
 
-       flags = CAMEL_MESSAGE_ANSWERED | CAMEL_MESSAGE_SEEN;
+       flags = CAMEL_MESSAGE_ANSWERED;
 
        if (!address && (type == E_MAIL_REPLY_TO_FROM || type == E_MAIL_REPLY_TO_SENDER) &&
            folder && !emcu_folder_is_inbox (folder) && em_utils_folder_is_sent (registry, folder))


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