Follow up to 39be34c06 - The check sound be if not ordered

FINE! I'll go to bed already...
This commit is contained in:
Matt A. Tobin 2020-07-27 20:36:11 -04:00 committed by Roy Tam
commit d97bcfb97a
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@ function allAccountsSorted(aExcludeIMAccounts) {
}
// Sort the accounts else will respect the order in mail.accountmanager.accounts
if (Services.prefs.getBoolPref("mail.accountmanager.accounts.ordered", true)) {
if (!Services.prefs.getBoolPref("mail.accountmanager.accounts.ordered", false)) {
accountList = accountList.sort(compareAccounts);
}