diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index c874cdeec9..00879c93ce 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -111,6 +111,7 @@ owner_set_cb (EvolutionShellComponent *shell_component, { GSList *sources; Evolution_Shell corba_shell; + Evolution_LocalStorage corba_local_storage; g_print ("evolution-mail: Yeeeh! We have an owner!\n"); /* FIXME */ @@ -132,6 +133,8 @@ owner_set_cb (EvolutionShellComponent *shell_component, mail_load_storages (corba_shell, sources); sources = mail_config_get_news (); mail_load_storages (corba_shell, sources); + + mail_local_storage_startup (shell_client); } static void |