aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 0da3baa5..500e4640 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2740,12 +2740,14 @@ static void import_mbox_cb(MainWindow *mainwin, guint action,
GtkWidget *widget)
{
import_mbox(mainwin->summaryview->folder_item);
+ main_window_popup(mainwin);
}
static void export_mbox_cb(MainWindow *mainwin, guint action,
GtkWidget *widget)
{
export_mbox(mainwin->summaryview->folder_item);
+ main_window_popup(mainwin);
}
static void empty_trash_cb(MainWindow *mainwin, guint action,