Revision 2457 src/mainwindow.c

mainwindow.c (revision 2457)
3903 3903
		return;
3904 3904
	}
3905 3905

  
3906
	setup_account();
3907
	account_set_menu();
3908
	main_window_reflect_prefs_all();
3909
	account_set_missing_folder();
3910
	folderview_set(mainwin->folderview);
3906
	if (setup_account()) {
3907
		account_set_menu();
3908
		main_window_reflect_prefs_all();
3909
		account_set_missing_folder();
3910
		folderview_set(mainwin->folderview);
3911
	}
3911 3912
}
3912 3913

  
3913 3914
static void account_selector_menu_cb(GtkMenuItem *menuitem, gpointer data)

Also available in: Unified diff