Revert ga0fbaac (3.14.1-88) as it gets things worse in folder search,
[claws.git] / src / summary_search.c
index a085520497af86cc131e34fd2bd348620c580a9d..67d22a481a9d92fc702d152da74302c35ab94fb6 100644 (file)
@@ -818,10 +818,10 @@ static void summary_search_execute(gboolean backward, gboolean search_all)
                        } else {
                                if (messageview_is_visible(summaryview->messageview)) {
                                        summary_unlock(summaryview);
-                                       summary_select_node(summaryview, node, TRUE, TRUE);
+                                       summary_select_node(summaryview, node, 1);
                                        summary_lock(summaryview);
                                } else {
-                                       summary_select_node(summaryview, node, FALSE, TRUE);
+                                       summary_select_node(summaryview, node, 0);
                                }
                                break;
                        }
@@ -840,7 +840,7 @@ exit:
        summary_hide_stop_button();
        main_window_cursor_normal(summaryview->mainwin);
        if (search_all) {
-               summary_thaw(summaryview);
+               summary_thaw_with_status(summaryview);
        }
        summary_unlock(summaryview);
 }