MyNixOS website logo
option

accounts.email.accounts.<name>.thunderbird.messageFilters

List of message filters to add to this Thunderbird account configuration.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    name = "Mark as Read on Archive";
    enabled = true;
    type = "128";
    action = "Mark read";
    condition = "ALL";
  }
]
Sign in to create a configuration using this setting.