commit 4dbd13abee7f5fb41226dd6589d6b891e1773d71
parent d2bdb12e8f5093cb1e55958d24f34331a5fdb47e
Author: Paul <paul@claws-mail.org>
Date: Mon, 29 Oct 2018 17:31:51 +0000
fix annoyance where your current reading is disturbed when a new msg is filtered into the current folder
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/summaryview.c b/src/summaryview.c
@@ -1479,7 +1479,7 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item)
OPEN_SELECTED_ON_SEARCH_RESULTS);
else
summary_select_by_msgnum(summaryview, selected_msgnum,
- OPEN_SELECTED_ON_FOLDER_OPEN);
+ FALSE);
summary_lock(summaryview);
if (!summaryview->selected) {