Reorder email accounts in Thunderbird
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Techno Bleepage Open
--
Chapters
00:00 Reorder Email Accounts In Thunderbird
00:23 Accepted Answer Score 9
00:43 Answer 2 Score 24
01:46 Answer 3 Score 7
02:02 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!