mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue