[Commits] [SCM] claws branch, master, updated. 4.1.1-23-g3476a5c7e
paul at claws-mail.org
paul at claws-mail.org
Sat Dec 10 15:05:15 UTC 2022
The branch, master has been updated
via 3476a5c7e4a7e77ccd474efac6a7156df973db1e (commit)
from 35e83190ca97487475911c40718796e665ff4c8a (commit)
Summary of changes:
src/gtk/quicksearch.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 3476a5c7e4a7e77ccd474efac6a7156df973db1e
Author: Paul <paul at claws-mail.org>
Date: Sat Dec 10 15:05:10 2022 +0000
when changing quicsearch type update history list
diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c
index 0bd5d60ab..ae43a1b69 100644
--- a/src/gtk/quicksearch.c
+++ b/src/gtk/quicksearch.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2021 the Claws Mail team and Colin Leroy
+ * Copyright (C) 1999-2022 the Claws Mail team and Colin Leroy
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -776,6 +776,9 @@ static void search_type_changed_cb(GtkComboBox *combobox,
select_correct_combobox_menuitem(quicksearch);
}
+ /* update history list */
+ quicksearch_set_search_strings(quicksearch);
+
/* Update search results */
quicksearch_invoke_execute(quicksearch, FALSE);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list