Custom ordering of accounts and local folders in Thunderbird's folder pane. The accounts are specified by their name. For declarative accounts, it must be the name of their attribute in config.accounts.email.accounts
(or config.programs.thunderbird.profiles.<name>.feedAccounts
for feed accounts). The local folders name can be found in the mail.accountmanager.accounts
Thunderbird preference, for example with Settings > Config Editor ("account1" by default). Enabled accounts and local folders that aren't listed here appear in an arbitrary order after the ordered accounts.
Declarations
Type
list of string
Default
[ ]
Example
''
[
"my-awesome-account"
"private"
"work"
"rss"
/* Other accounts in arbitrary order */
]
''
Sign in to create a configuration using this setting.