talons

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

commit a0fbaacf1748f052cedcf34b213e1bad005ac213
parent 38af4d7654547396808189ad2a46560ef7d10d1f
Author: wwp <wwp@free.fr>
Date:   Thu, 29 Dec 2016 13:42:46 +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.

Diffstat:
Msrc/summary_search.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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