[Commits] [SCM] claws branch, master, updated. 3.17.4-74-g5f1063a0c

paul at claws-mail.org paul at claws-mail.org
Mon Nov 25 12:56:56 CET 2019


The branch, master has been updated
       via  5f1063a0c8ee9b782504cf93c967c4541355cd1e (commit)
      from  ea54db54dfda96918926f996483b1753a8347d0e (commit)

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


- Log -----------------------------------------------------------------
commit 5f1063a0c8ee9b782504cf93c967c4541355cd1e
Author: Paul <paul at claws-mail.org>
Date:   Mon Nov 25 12:56:52 2019 +0000

    fix last commit

diff --git a/src/summaryview.c b/src/summaryview.c
index 370d7a94a..304f72b99 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1299,7 +1299,7 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item, gboolean avoid
 	
 	utils_free_regex();
 
-	is_refresh = (item == summaryview->folder_item && !manual_filtering) ? TRUE : FALSE;
+	is_refresh = (item == summaryview->folder_item && !avoid_refresh) ? TRUE : FALSE;
 
 	if (item && item->folder->klass->item_opened) {
 		item->folder->klass->item_opened(item);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list