aboutsummaryrefslogtreecommitdiff
path: root/src/main.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/main.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/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a3decf45..74ba0530 100644
--- a/src/main.c
+++ b/src/main.c
@@ -810,7 +810,8 @@ static void send_queue(void)
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);