mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Follow up to 39be34c06 - The check sound be if not ordered
FINE! I'll go to bed already...
This commit is contained in:
parent
b72d30186a
commit
d97bcfb97a
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue