mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 07:11:41 +01:00
NEWS: update "Tag exclusion" section
This commit is contained in:
parent
e1da28742d
commit
08b3b0f37f
1 changed files with 15 additions and 4 deletions
19
NEWS
19
NEWS
|
@ -13,10 +13,21 @@ Reply to sender
|
|||
|
||||
Tag exclusion
|
||||
|
||||
Tags can be automatically excluded from search results unless they
|
||||
appear explicitly in a query. By default, notmuch excludes the tags
|
||||
deleted and spam. This can be changed using the new config setting
|
||||
search.auto_exclude_tags.
|
||||
Tags can be automatically excluded from search results by adding them
|
||||
to the new 'search.exclude_tags' option in the Notmuch config file.
|
||||
|
||||
This behaviour can be overridden by explicitly including an excluded
|
||||
tag in your query, for example:
|
||||
|
||||
notmuch search $your_query and tag:$excluded_tag
|
||||
|
||||
Existing users will probably want to run "notmuch setup" again to add
|
||||
the new well-commented [search] section to the configuration file.
|
||||
|
||||
For new configurations, accepting the default setting will cause the
|
||||
tags "deleted" and "spam" to be excluded, equivalent to running:
|
||||
|
||||
notmuch config set search.exclude_tags deleted spam
|
||||
|
||||
Emacs Interface
|
||||
---------------
|
||||
|
|
Loading…
Reference in a new issue