aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-29 07:56:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-29 07:56:34 +0000
commit0f1a9464181978dff13728f940f98c05fcbdb859 (patch)
treeb1d5ace14aee0d2d6ff2cc84dba52e88b699aeda /src/main.c
parent03d5278cdd2fd4fd7b6caef33aa53b28e71ffc1c (diff)
use default Junk folder when prefs_common.junk_folder is not set.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2639 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 46e7091d..8b0a140c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -346,6 +346,8 @@ int main(int argc, char *argv[])
new_account = setup_account();
}
+ prefs_common_junk_filter_list_set();
+
account_set_menu();
main_window_reflect_prefs_all();