Thunderbird/Change account order
To change the order of the accounts in Thunderbird simply edit ~/.thunderbird/<your profile>/prefs.js in GNU/Linux and C:\Documents and Settings\<your profile>\Application Data\Thunderbird\Profiles\****.default\prefs.js in Microsoft Windows.
| File: ~/.thunderbird/<your profile>/prefs.js |
user_pref("mail.accountmanager.accounts", "account5,account3,account2,account4,account1,account7");
user_pref("mail.accountmanager.defaultaccount", "account5");
|
Edit those two lines to change the order of the accounts. The default account is always first. Simply swap the order of the other accounts. If you want Local Folders to appear first you need to use that as the default account.
You find the identities when you look for "mail.identity.id<n>.useremail" and the relation between identities and accounts looking for "mail.account.account<n>.identities". If you have several identities for an account, you can't influence the order of these or order them separately; you can only have these identities together in a different position.
| Note: You should not edit prefs.js while Thunderbird is running! |