From 1ef64f9ea3396f29b996da0293f96030bd4ac2a5 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 27 Jul 2020 20:36:11 -0400 Subject: Follow up to 39be34c06 - The check sound be if not ordered FINE! I'll go to bed already... --- mailnews/base/util/folderUtils.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailnews/base') diff --git a/mailnews/base/util/folderUtils.jsm b/mailnews/base/util/folderUtils.jsm index 06e8e4bf2..f549bf655 100644 --- a/mailnews/base/util/folderUtils.jsm +++ b/mailnews/base/util/folderUtils.jsm @@ -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); } -- cgit v1.2.3