fix annoyance where your current reading is disturbed when a new msg is filtered...
authorPaul <paul@claws-mail.org>
Mon, 29 Oct 2018 17:31:51 +0000 (17:31 +0000)
committerPaul <paul@claws-mail.org>
Mon, 29 Oct 2018 17:31:51 +0000 (17:31 +0000)
src/summaryview.c

index a80f6c45fe6f257e7f64ec201f5b33fe25b8c0c8..2bc9e057c72f888c8c414467c7911fa83f88abab 100644 (file)
@@ -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_SEARCH_RESULTS);
                        else
                                summary_select_by_msgnum(summaryview, selected_msgnum,
-                                               OPEN_SELECTED_ON_FOLDER_OPEN);
+                                               FALSE);
 
                        summary_lock(summaryview);
                        if (!summaryview->selected) {
 
                        summary_lock(summaryview);
                        if (!summaryview->selected) {