aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 632355de..90f9a3b7 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -50,7 +50,7 @@
#include "folderview.h"
#include "foldersel.h"
#include "summaryview.h"
-#include "summary_search.h"
+#include "query_search.h"
#include "messageview.h"
#include "mimeview.h"
#include "message_search.h"
@@ -2908,7 +2908,7 @@ static void search_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
if (item && item->stype == F_VIRTUAL)
prefs_search_folder_open(item);
else
- summary_search(item);
+ query_search(item);
} else
message_search(mainwin->messageview);
}