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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 7fe2a4e8a1..29d47cc681 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -1409,7 +1409,8 @@ mail_load_storages (GNOME_Evolution_Shell shell, const GSList *sources)
if (service == NULL || service->url == NULL || service->url[0] == '\0')
continue;
- mail_load_storage_by_uri (shell, service->url, name, service->enabled);
+ /* don't auto-connect here; the shell will tell us to goOnline */
+ mail_load_storage_by_uri (shell, service->url, name, FALSE);
}
}