diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |