From 281420328953182128ecf03cbe2f771c75028e40 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 16 Jan 2001 23:18:17 +0000 Subject: only load the news storage if ENABLE_NNTP. 2001-01-16 Chris Toshok * component-factory.c (owner_set_cb): only load the news storage if ENABLE_NNTP. * mail-accounts.c (construct): if !ENABLE_NNTP, remove the news page from the dialog. svn path=/trunk/; revision=7550 --- mail/component-factory.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 9e990c4d53..a88d303215 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -190,8 +190,10 @@ owner_set_cb (EvolutionShellComponent *shell_component, accounts = mail_config_get_accounts (); mail_load_storages (corba_shell, accounts, TRUE); +#ifdef ENABLE_NNTP news = mail_config_get_news (); mail_load_storages (corba_shell, news, FALSE); +#endif mail_local_storage_startup (shell_client, evolution_dir); -- cgit v1.2.3