talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 826a31268e607d1edc365bfa51e000ce93fce40a
parent 95f481ee3a921b159ffd997c419d2928e4ff62e8
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:
Msrc/summaryview.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/summaryview.c b/src/summaryview.c @@ -1477,7 +1477,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) {