aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 4436a389..7d7453cb 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2867,7 +2867,8 @@ static void send_queue_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
gint ret;
ret = procmsg_send_queue(folder->queue,
- prefs_common.savemsg);
+ prefs_common.savemsg,
+ prefs_common.filter_sent);
statusbar_pop_all();
if (ret > 0)
folder_item_scan(folder->queue);