]> git.notmuchmail.org Git - notmuch/commitdiff
doc: fix references to search.exclude_tags
authorPeter Wang <novalazy@gmail.com>
Sun, 27 Jan 2019 06:54:59 +0000 (17:54 +1100)
committerDavid Bremner <david@tethera.net>
Sun, 27 Jan 2019 12:18:38 +0000 (08:18 -0400)
The documentation incorrectly referred to a configuration item
"search.tag_exclude" in some places, instead of "search.exclude_tags".

doc/man1/notmuch-address.rst
doc/man1/notmuch-count.rst
doc/man1/notmuch-search.rst
doc/man1/notmuch-show.rst

index 12d86e8952c5e70f5959097930b5a3607094597b..2a7df6f0d80f21133fee3f58902f907e83d7a34b 100644 (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.
 
index 9ca20dab274733ed0a049f83f55e5cd83b25951b..0eac5dbef4ba09242795cf14abc3de2affe96444 100644 (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``
index 654c5f2cfbcab5cdc6f798cd873110ec1813a8c2..ed9ff4e5b96522751b056192bb7eabc5b0da75dd 100644 (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.
 
index a2708a04d6894898509b28a8a95d1c31df6e1e87..becd3e79929023b089a9e5542c15380961aae58f 100644 (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).