diff --git a/messageactions.cpp b/messageactions.cpp index 01f3bfa1e..cf520c213 100644 --- a/messageactions.cpp +++ b/messageactions.cpp @@ -671,5 +671,6 @@ void MessageActions::slotDebugBaloo() dlg->setAkonadiId(mCurrentItem.id()); dlg->setAttribute( Qt::WA_DeleteOnClose ); dlg->setSearchType(PimCommon::BalooDebugSearchPathComboBox::Emails); + dlg->doSearch(); dlg->show(); }