aboutsummaryrefslogtreecommitdiffstats
path: root/src/messageview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messageview.cpp')
-rw-r--r--src/messageview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messageview.cpp b/src/messageview.cpp
index 26ef7e3..9dc5b36 100644
--- a/src/messageview.cpp
+++ b/src/messageview.cpp
@@ -631,7 +631,7 @@ void MessageView::showDetailsDialog()
if (m_items.isEmpty())
return;
- MessageDetailsDialog dialog(m_items, this);
+ MessageDetailsDialog dialog(m_items, m_hasQuery, this);
// The dialog's searches are the pane's searches: one signal reaches the
// window whichever surface the user used.