sync with 0.7.4cvs11
[claws.git] / src / mainwindow.c
index 53aaf15c7f71a29fc9dc5ec9fe00268b7c3da69e..80e081452a422919a6653dc79d8a077ce154a679 100644 (file)
@@ -2571,7 +2571,7 @@ static void send_queue_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
 {
        GList *list;
 
-       if (procmsg_send_queue() < 0)
+       if (procmsg_send_queue(prefs_common.savemsg) < 0)
                alertpanel_error(_("Some errors occurred while sending queued messages."));
 
        statusbar_pop_all();