[Commits] [SCM] claws branch, master, updated. 3.14.0-130-g94030d1

ticho at claws-mail.org ticho at claws-mail.org
Sat Nov 5 11:10:27 CET 2016


The branch, master has been updated
       via  94030d1aa5e132b50bb05a88245e3bca08c55ffa (commit)
      from  8bd6066d2bc155562bb2464f4261ed35daf0b836 (commit)

Summary of changes:
 src/summaryview.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 94030d1aa5e132b50bb05a88245e3bca08c55ffa
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Nov 5 11:09:59 2016 +0100

    Do not process folder marks when just refreshing summaryview.

diff --git a/src/summaryview.c b/src/summaryview.c
index e924a3a..d80f4d3 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1269,8 +1269,9 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item)
 	}
 
 	/* process the marks if any */
-	if (summaryview->mainwin->lock_count == 0 &&
-	    (summaryview->moved > 0 || summaryview->copied > 0)) {
+	if (!is_refresh &&
+			(summaryview->mainwin->lock_count == 0 &&
+			 (summaryview->moved > 0 || summaryview->copied > 0))) {
 		AlertValue val;
 		gboolean changed = FALSE;
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list