Reorder email accounts in Thunderbird
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 5
--
Chapters
00:00 Question
00:27 Accepted answer (Score 9)
00:59 Answer 2 (Score 24)
02:40 Answer 3 (Score 7)
03:04 Thank you
--
Full question
https://superuser.com/questions/764228/r...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#thunderbird #emailclient
#avk47
ANSWER 1
Score 24
To do this without a plugin:
- Close Thunderbird
- Backup your profile directory (and most especially
prefs.js
) - Using the built-in config editor (or editing
prefs.js
directly), find themail.accountmanager.accounts
preference, and change the sequence of the comma-separated account references in it. - Find
mail.accountmanager.defaultaccount
and change it, if necessary, to be equal to the account you want to come first.
For example, if the value of accounts
is account4,account5,account12
, reflecting a well-worn profile, and you want the third account to be first, change it to account12,account4,account5
. Then change defaultaccount
from account4
to account12
.
If you aren't sure which account is which, figure out which server configuration is right by looking for mail.server.serverN.name
, mail.server.serverN.realhostname
, and/or mail.server.serverN.userName
(where N
are different numbers), and then find mail.account.accountM.server
set to the correct serverN
.
Inspiration for this answer came from Thunderbird/Change account order
ACCEPTED ANSWER
Score 9
You can use add-on Manually sort folders 1.1.
EDIT: Now the link is: Manually sort folders 2.1.1 (TB ver 68+).
2nd EDIT: Since few last versions of TB, currently 91.5.0, you can order account in Account Settings by dragging the account you wish to move.
ANSWER 3
Score 7
Since Thunderbird 91, there is an even simpler way without addons and hacks:
- Right-click any account and select 'Settings' from context menu
- Drag&drop accounts in the list to the left
- Done!