MyNixOS website logo
option

accounts.email.accounts.<name>.thunderbird.perIdentitySettings

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

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