summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-05-12 11:58:59 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-05-12 11:58:59 +0100
commit8786eb008b07b02f080d4253e629c38699e21610 (patch)
tree593ad408175f8a295a432ec862e4f57ce9b34db2 /docs
parentc2340e03c6a29e60eed6d593820654900c2118ca (diff)
update generated docs for search mode tag cmds
Diffstat (limited to 'docs')
-rw-r--r--docs/source/usage/modes/search.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/usage/modes/search.rst b/docs/source/usage/modes/search.rst
index df6a15ef..c0cc77c5 100644
--- a/docs/source/usage/modes/search.rst
+++ b/docs/source/usage/modes/search.rst
@@ -38,14 +38,14 @@ The following commands are available in search mode:
.. describe:: retag
- set tags of all messages in the thread that match the current query
+ set tags to all messages in the selected thread
argument
comma separated list of tags
optional arguments
:---no-flush: postpone a writeout to the index (defaults to: 'True')
- :---all: retag all messages in search result
+ :---all: retag all messages that match the current query
.. _cmd.search.retagprompt:
@@ -89,20 +89,20 @@ The following commands are available in search mode:
.. describe:: tag
- add tags to all messages in the thread that match the current query
+ add tags to all messages in the selected thread
argument
comma separated list of tags
optional arguments
:---no-flush: postpone a writeout to the index (defaults to: 'True')
- :---all: retag all messages in search result
+ :---all: tag all messages that match the current search query
.. _cmd.search.toggletags:
.. describe:: toggletags
- flip presence of tags on this thread: a tag is considered present and will be removed if at least one message in this thread is tagged with it
+ flip presence of tags on the selected thread: a tag is considered present and will be removed if at least one message in this thread is tagged with it
argument
comma separated list of tags
@@ -114,12 +114,12 @@ The following commands are available in search mode:
.. describe:: untag
- remove tags from all messages in the thread that match the query
+ remove tags from all messages in the selected thread
argument
comma separated list of tags
optional arguments
:---no-flush: postpone a writeout to the index (defaults to: 'True')
- :---all: retag all messages in search result
+ :---all: untag all messages that match the current query