talons

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

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

fix last commit

Diffstat:
Msrc/summaryview.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);