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 26796201a1..9a3e657ca0 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -265,6 +265,8 @@ static void owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data) { unref_standard_folders (); + mail_importer_uninit (); + mail_local_storage_shutdown (); g_idle_add_full (G_PRIORITY_LOW, idle_quit, NULL, NULL); } |