aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index a0c6802ae7..07b9e37929 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -647,8 +647,7 @@ mail_local_storage_startup (EvolutionShellClient *shellclient,
local_provider.service_cache = g_hash_table_new (non_hash, non_equal);
camel_session_register_provider (session, &local_provider);
-
-
+
/* Now build the storage. */
local_store = (MailLocalStore *)camel_session_get_service (
session, "file:/", CAMEL_PROVIDER_STORE, NULL);
@@ -656,7 +655,7 @@ mail_local_storage_startup (EvolutionShellClient *shellclient,
g_warning ("No local store!");
return;
}
-
+
local_store->corba_storage = evolution_shell_client_get_local_storage (shellclient);
if (local_store->corba_storage == CORBA_OBJECT_NIL) {
g_warning ("No local storage!");