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);
}

View file

@ -431,7 +431,7 @@ pref("mail.default_sendlater_uri", "mailbox://nobody@Local%20Folders/Unsent%20Me
pref("mail.smtpservers", "");
pref("mail.accountmanager.accounts", "");
pref("mail.accountmanager.accounts.ordered", true);
pref("mail.accountmanager.accounts.ordered", false);
pref("mail.accountmanager.localfolderfirst", false);
// Last used account key value