mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc: fix references to search.exclude_tags
The documentation incorrectly referred to a configuration item "search.tag_exclude" in some places, instead of "search.exclude_tags".
This commit is contained in:
parent
5e44372373
commit
6784d5bc60
4 changed files with 4 additions and 4 deletions
|
@ -92,7 +92,7 @@ Supported options for **address** include
|
|||
|
||||
``--exclude=(true|false)``
|
||||
A message is called "excluded" if it matches at least one tag in
|
||||
search.tag\_exclude that does not appear explicitly in the search
|
||||
search.exclude\_tags that does not appear explicitly in the search
|
||||
terms. This option specifies whether to omit excluded messages in
|
||||
the search process.
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Supported options for **count** include
|
|||
same message-id).
|
||||
|
||||
``--exclude=(true|false)``
|
||||
Specify whether to omit messages matching search.tag\_exclude from
|
||||
Specify whether to omit messages matching search.exclude\_tags from
|
||||
the count (the default) or not.
|
||||
|
||||
``--batch``
|
||||
|
|
|
@ -100,7 +100,7 @@ Supported options for **search** include
|
|||
|
||||
``--exclude=(true|false|all|flag)``
|
||||
A message is called "excluded" if it matches at least one tag in
|
||||
search.tag\_exclude that does not appear explicitly in the search
|
||||
search.exclude\_tags that does not appear explicitly in the search
|
||||
terms. This option specifies whether to omit excluded messages in
|
||||
the search process.
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@ Supported options for **show** include
|
|||
Default: ``auto``
|
||||
|
||||
``--exclude=(true|false)``
|
||||
Specify whether to omit threads only matching search.tag\_exclude
|
||||
Specify whether to omit threads only matching search.exclude\_tags
|
||||
from the search results (the default) or not. In either case the
|
||||
excluded message will be marked with the exclude flag (except when
|
||||
output=mbox when there is nowhere to put the flag).
|
||||
|
|
Loading…
Reference in a new issue