Bug 720661 - Display account central when no default account / no accounts setup
r=neil
--- a/suite/mailnews/msgMail3PaneWindow.js
+++ b/suite/mailnews/msgMail3PaneWindow.js
@@ -933,18 +933,18 @@ function loadStartFolder(initialUri)
if (isLoginAtStartUpEnabled &&
gLoadStartFolder &&
!defaultServer.isDeferredTo &&
defaultServer.rootFolder == defaultServer.rootMsgFolder)
defaultServer.performBiff(msgWindow);
}
catch(ex)
{
- dump(ex);
- dump('Exception in LoadStartFolder caused by no default account. We know about this\n');
+ // If no default account then show account central page.
+ ShowAccountCentral();
}
MsgGetMessagesForAllServers(defaultServer);
if (CheckForUnsentMessages() && !Services.io.offline)
{
InitPrompts();
InitServices();