From 245e51201e3238e6f19061f389850c7db304c8f3 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 1 Sep 2005 08:02:49 +0000 Subject: separated UI code from account.c. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@537 ee746299-78ed-0310-b773-934348b2243d --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d5484fe7..5bb948ae 100644 --- a/src/main.c +++ b/src/main.c @@ -59,6 +59,7 @@ #include "prefs_actions.h" #include "prefs_display_header.h" #include "account.h" +#include "account_dialog.h" #include "procmsg.h" #include "filter.h" #include "inc.h" @@ -222,6 +223,8 @@ int main(int argc, char *argv[]) #endif account_read_config_all(); + account_set_menu(); + main_window_reflect_prefs_all(); if (folder_read_list() < 0) { setup(mainwin); -- cgit v1.2.3