MyNixOS website logo
option

programs.notmuch.search.excludeTags

A list of tags that will be excluded from search results by default. Using an excluded tag in a query will override that exclusion.

Declarations
Type
list of string
Default
[
  "deleted"
  "spam"
]
Example
[
  "trash"
  "spam"
]