[Commits] [SCM] claws branch, master, updated. 3.17.0-142-g4dbd13a

claws at claws-mail.org claws at claws-mail.org
Mon Oct 29 18:31:57 CET 2018


The branch, master has been updated
       via  4dbd13abee7f5fb41226dd6589d6b891e1773d71 (commit)
      from  d2bdb12e8f5093cb1e55958d24f34331a5fdb47e (commit)

Summary of changes:
 src/summaryview.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 4dbd13abee7f5fb41226dd6589d6b891e1773d71
Author: Paul <paul at claws-mail.org>
Date:   Mon Oct 29 17:31:51 2018 +0000

    fix annoyance where your current reading is disturbed when a new msg is filtered into the current folder

diff --git a/src/summaryview.c b/src/summaryview.c
index a80f6c4..2bc9e05 100644
--- 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) {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list