From 51f4fa2f70d527f0496ce93ea67e066119af69bc Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 8 Feb 2007 01:53:42 +0000 Subject: don't filter junk on import. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1535 ee746299-78ed-0310-b773-934348b2243d --- src/inc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/inc.c b/src/inc.c index 0aeeb9b3..95f3573a 100644 --- a/src/inc.c +++ b/src/inc.c @@ -1403,7 +1403,9 @@ static gint get_spool(FolderItem *dest, const gchar *mbox) folder_table = g_hash_table_new(NULL, NULL); msgs = proc_mbox_full(dest, tmp_mbox, folder_table, - prefs_common.filter_on_inc); + prefs_common.filter_on_inc, + prefs_common.enable_junk && + prefs_common.filter_junk_on_recv); g_unlink(tmp_mbox); if (msgs >= 0) empty_mbox(mbox); -- cgit v1.2.3