diff --git a/mailnews/base/resources/content/msgMail3PaneWindow.js b/mailnews/base/resources/content/msgMail3PaneWindow.js index 2f3e128f24a6..749769b1ad59 100644 --- a/mailnews/base/resources/content/msgMail3PaneWindow.js +++ b/mailnews/base/resources/content/msgMail3PaneWindow.js @@ -79,7 +79,7 @@ function verifyAccounts() { var accounts = am.accounts; // as long as we have some accounts, we're fine. - if (accounts.Count() < 0) return; + if (accounts.Count() > 0) return; try { am.UpgradePrefs();