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:
Peter Wang 2019-01-27 17:54:59 +11:00 committed by David Bremner
parent 5e44372373
commit 6784d5bc60
4 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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``

View file

@ -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.

View file

@ -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).