Balaco
unread,Feb 7, 2017, 10:05:13 AM2/7/17You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-suppo...@lists.mozilla.org
I have a few email accounts in Thunderbird. They have a different
priority. I want to put them in a different order.
The account order ia A > B > C > D. I want them to be in D > C > A > B
order. Is there a way to achieve that?
A long time ago, I did this by manually editing the prefs.js (or another
file, in case the name was not this one) in Mozilla Suite. It was
simple: I remember that I just changed the order of each account items,
each had just a few.
Today, reading all items in the prefs.js in my profile, it is not clear
if I can somehow change the account order.
These lines seem interesting for that idea:
===
user_pref("mail.account.account1.identities", "id1");
user_pref("mail.account.account1.server", "server1");
user_pref("mail.account.account10.identities", "id8");
user_pref("mail.account.account10.server", "server10");
user_pref("mail.account.account11.identities", "id9");
user_pref("mail.account.account11.server", "server11");
user_pref("mail.account.account2.server", "server2");
user_pref("mail.account.account4.identities", "id3");
user_pref("mail.account.account4.server", "server4");
user_pref("mail.account.account5.identities", "id2");
user_pref("mail.account.account5.server", "server5");
user_pref("mail.account.account6.identities", "id4");
user_pref("mail.account.account6.server", "server6");
user_pref("mail.account.account7.identities", "id5");
user_pref("mail.account.account7.server", "server7");
user_pref("mail.account.account8.identities", "id6");
user_pref("mail.account.account8.server", "server8");
user_pref("mail.account.account9.identities", "id7");
user_pref("mail.account.account9.server", "server9");
user_pref("mail.account.lastKey", 11);
user_pref("mail.accountmanager.accounts",
"account1,account2,account4,account5,account6,account7,account8,account9,account10,account11");
===
If I change the order of the items in the last line, will it change?
Will it affect anything else (like SMTP servers used for each account)?
A harder set of changes would be editing all the lines starting with
'user_pref("mail.account.accountX'. Will the order change? Will it
affect other aspects of TB?