From fa466fd5e1e6b481f6249979cfb7397caa875f5c Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 5 Sep 2005 06:45:34 +0000 Subject: moved procmsg.c::procmsg_send_queue() to send_message.c::send_message_queue_all(). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@545 ee746299-78ed-0310-b773-934348b2243d --- src/mainwindow.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mainwindow.c') diff --git a/src/mainwindow.c b/src/mainwindow.c index 169ae208..92c79be0 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -61,6 +61,7 @@ #include "inc.h" #include "compose.h" #include "procmsg.h" +#include "send_message.h" #include "import.h" #include "export.h" #include "prefs_common.h" @@ -2869,9 +2870,9 @@ static void send_queue_cb(MainWindow *mainwin, guint action, GtkWidget *widget) if (folder->queue) { gint ret; - ret = procmsg_send_queue(folder->queue, - prefs_common.savemsg, - prefs_common.filter_sent); + ret = send_message_queue_all(folder->queue, + prefs_common.savemsg, + prefs_common.filter_sent); statusbar_pop_all(); if (ret > 0) folder_item_scan(folder->queue); -- cgit v1.2.3