aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-07 08:52:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-07 08:52:01 +0000
commitbfed07b21a7b4f1b7b5eebd99e469a717a81be26 (patch)
tree9b30bc8bb89cd22261d6285db70d8669b8a4fc64 /src/mainwindow.c
parent7f0a8d80fdb7ad6a254bbfa5eb8af0f21f206067 (diff)
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
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);