* [PATCH] doc: fix references to search.exclude_tags
@ 2019-01-27 6:54 Peter Wang
2019-01-27 12:23 ` David Bremner
0 siblings, 1 reply; 2+ messages in thread
From: Peter Wang @ 2019-01-27 6:54 UTC (permalink / raw)
To: notmuch
The documentation incorrectly referred to a configuration item
"search.tag_exclude" in some places, instead of "search.exclude_tags".
---
doc/man1/notmuch-address.rst | 2 +-
doc/man1/notmuch-count.rst | 2 +-
doc/man1/notmuch-search.rst | 2 +-
doc/man1/notmuch-show.rst | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst
index 12d86e89..2a7df6f0 100644
--- a/doc/man1/notmuch-address.rst
+++ b/doc/man1/notmuch-address.rst
@@ -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.
diff --git a/doc/man1/notmuch-count.rst b/doc/man1/notmuch-count.rst
index 9ca20dab..0eac5dbe 100644
--- a/doc/man1/notmuch-count.rst
+++ b/doc/man1/notmuch-count.rst
@@ -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``
diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst
index 654c5f2c..ed9ff4e5 100644
--- a/doc/man1/notmuch-search.rst
+++ b/doc/man1/notmuch-search.rst
@@ -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.
diff --git a/doc/man1/notmuch-show.rst b/doc/man1/notmuch-show.rst
index a2708a04..becd3e79 100644
--- a/doc/man1/notmuch-show.rst
+++ b/doc/man1/notmuch-show.rst
@@ -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).
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: fix references to search.exclude_tags
2019-01-27 6:54 [PATCH] doc: fix references to search.exclude_tags Peter Wang
@ 2019-01-27 12:23 ` David Bremner
0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2019-01-27 12:23 UTC (permalink / raw)
To: Peter Wang, notmuch
Peter Wang <novalazy@gmail.com> writes:
> The documentation incorrectly referred to a configuration item
> "search.tag_exclude" in some places, instead of "search.exclude_tags".
pushed, thanks.
d
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-27 12:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-27 6:54 [PATCH] doc: fix references to search.exclude_tags Peter Wang
2019-01-27 12:23 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).