[MailNews] Allow setting "Local Folders" as always the first displayed account

This commit is contained in:
Matt A. Tobin 2020-07-27 19:18:35 -04:00 • committed by Roy Tam
commit b72d30186a
2 changed files with 5 additions and 0 deletions

View file

@ -432,6 +432,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.localfolderfirst", false);
// Last used account key value
pref("mail.account.lastKey", 0);