From c308243c7d4dc4a20daff727d58d26720e0fb63b Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 5 Feb 2010 04:47:50 +0000 Subject: implemented new account setup wizard. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2454 ee746299-78ed-0310-b773-934348b2243d --- src/main.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/main.c') 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); -- cgit v1.2.3