[Commits] [SCM] claws branch, master, updated. 3.14.1-88-ga0fbaac
wwp at claws-mail.org
wwp at claws-mail.org
Thu Dec 29 13:45:22 CET 2016
The branch, master has been updated
via a0fbaacf1748f052cedcf34b213e1bad005ac213 (commit)
from 38af4d7654547396808189ad2a46560ef7d10d1f (commit)
Summary of changes:
src/summary_search.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit a0fbaacf1748f052cedcf34b213e1bad005ac213
Author: wwp <wwp at free.fr>
Date: Thu Dec 29 13:42:46 2016 +0100
Fix 'search folder' not working in some cases (it needs a 'clear' click to
work or to manually clear search fields).
Fix provided by Paul, the be(a)st.
diff --git a/src/summary_search.c b/src/summary_search.c
index 67d22a4..e56557d 100644
--- a/src/summary_search.c
+++ b/src/summary_search.c
@@ -731,6 +731,7 @@ static void summary_search_execute(gboolean backward, gboolean search_all)
}
summary_lock(summaryview);
+ search_window.matcher_is_outdated = TRUE;
search_window.is_searching = TRUE;
main_window_cursor_wait(summaryview->mainwin);
summary_show_stop_button();
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list