MyNixOS website logo
option

accounts.email.accounts.<name>.thunderbird.settings

Extra settings to add to this Thunderbird account configuration. The id given as argument is an automatically generated account identifier.

Declarations
Type
function that evaluates to a(n) attribute set of (boolean or signed integer or string)
Default
_: { }
Example
id: {
  "mail.server.server_${id}.check_new_mail" = false;
};