talons

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

commit 3476a5c7e4a7e77ccd474efac6a7156df973db1e
parent 35e83190ca97487475911c40718796e665ff4c8a
Author: Paul <paul@claws-mail.org>
Date:   Sat, 10 Dec 2022 15:05:10 +0000

when changing quicsearch type update history list

Diffstat:
Msrc/gtk/quicksearch.c | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

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