From bfed07b21a7b4f1b7b5eebd99e469a717a81be26 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 7 Jun 2005 08:52:01 +0000 Subject: added an option to apply filter rules to sent messages. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@317 ee746299-78ed-0310-b773-934348b2243d --- src/mainwindow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.c') 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); -- cgit v1.2.3