talons

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

commit e511bd87cb75138e1dae688530f4bb2c174f3ede
parent 78eb9bba86a57b745fd17711fc8e30178ecd4476
Author: paul <paul@claws-mail.org>
Date:   Wed, 21 Apr 2021 10:11:28 +0100

leave summaryview as is when opening quicksearch bar

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

diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c @@ -1055,10 +1055,6 @@ void quicksearch_show(QuickSearch *quicksearch) ctree = summary_get_main_widget(mainwin->summaryview); - if (ctree && mainwin->summaryview->selected) - gtk_cmctree_node_moveto(GTK_CMCTREE(ctree), - mainwin->summaryview->selected, - 0, 0.5, 0); active_type = prefs_common_get_prefs()->summary_quicksearch_type; quicksearch_set_type(quicksearch, active_type); }