aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 8d656185e3..bcade8d39e 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -1016,7 +1016,7 @@ mail_load_storage_by_uri (GNOME_Evolution_Shell shell, const char *uri, const ch
* see if this belongs in the shell's folder list. If so, add
* it.
*/
-
+
prov = camel_session_get_provider (session, uri, &ex);
if (prov == NULL) {
/* FIXME: real error dialog */
@@ -1040,7 +1040,7 @@ mail_load_storage_by_uri (GNOME_Evolution_Shell shell, const char *uri, const ch
|| (strcmp (prov->protocol, "maildir") == 0)
|| (strcmp (prov->protocol, "vfolder") == 0)))
return;
-
+
store = camel_session_get_service (session, uri, CAMEL_PROVIDER_STORE, &ex);
if (store == NULL) {
/* FIXME: real error dialog */