[evolution/gnome-3-24] Bug 569684 - Click-mark message read/unread stops mark-seen timer
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-24] Bug 569684 - Click-mark message read/unread stops mark-seen timer
- Date: Wed, 3 May 2017 14:49:46 +0000 (UTC)
commit 041136db02ae671c00eeafc11d47e7c8d948b195
Author: Milan Crha <mcrha redhat com>
Date: Wed May 3 16:45:50 2017 +0200
Bug 569684 - Click-mark message read/unread stops mark-seen timer
src/mail/message-list.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/mail/message-list.c b/src/mail/message-list.c
index 99e412c..cd77d4e 100644
--- a/src/mail/message-list.c
+++ b/src/mail/message-list.c
@@ -5247,7 +5247,8 @@ on_click (ETree *tree,
em_folder_tree_model_user_marked_unread (model, folder, 1);
}
- if (flag == CAMEL_MESSAGE_SEEN && list->seen_id) {
+ if (flag == CAMEL_MESSAGE_SEEN && list->seen_id &&
+ g_strcmp0 (list->cursor_uid, camel_message_info_get_uid (info)) == 0) {
g_source_remove (list->seen_id);
list->seen_id = 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]