aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-05 04:47:50 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-05 04:47:50 +0000
commitc308243c7d4dc4a20daff727d58d26720e0fb63b (patch)
tree1b33c370f7bc2654c98e8754d4b0cda73b95f7ee /src/main.c
parentf82890983637db3b6d9fab8da2c2fedaf8b4c800 (diff)
implemented new account setup wizard.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2454 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 93de13bf..f2ed5eac 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -329,14 +329,16 @@ int main(int argc, char *argv[])
main_window_reflect_prefs_all();
if (folder_read_list() < 0) {
- setup(mainwin);
+ setup_mailbox();
folder_write_list();
}
if (!account_get_list()) {
- account_edit_open();
- account_add();
+ setup_account();
}
+ account_set_menu();
+ main_window_reflect_prefs_all();
+
account_set_missing_folder();
folder_set_missing_folders();
folderview_set(folderview);