summaryrefslogtreecommitdiff
path: root/docs/source/usage/modes/search.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/usage/modes/search.rst')
-rw-r--r--docs/source/usage/modes/search.rst80
1 files changed, 40 insertions, 40 deletions
diff --git a/docs/source/usage/modes/search.rst b/docs/source/usage/modes/search.rst
index 93a59eff..c95d1a01 100644
--- a/docs/source/usage/modes/search.rst
+++ b/docs/source/usage/modes/search.rst
@@ -5,37 +5,33 @@ Commands in `search` mode
-------------------------
The following commands are available in search mode
-.. _cmd.search.sort:
+.. _cmd.search.move:
-.. describe:: sort
+.. describe:: move
- set sort order
+ move focus in search buffer
argument
- sort order. valid choices are: \`oldest_first\`,\`newest_first\`,\`message_id\`,\`unsorted\`.
+ last
-.. _cmd.search.untag:
+.. _cmd.search.refine:
-.. describe:: untag
+.. describe:: refine
- remove tags from all messages in the thread that match the query
+ refine query
argument
- comma separated list of tags
+ search string
optional arguments
- :---no-flush: postpone a writeout to the index (Defaults to: 'True').
- :---all: retag all messages in search result.
-
-.. _cmd.search.move:
+ :---sort: sort order. Valid choices are: \`oldest_first\`,\`newest_first\`,\`message_id\`,\`unsorted\`.
-.. describe:: move
+.. _cmd.search.refineprompt:
- move focus in search buffer
+.. describe:: refineprompt
- argument
- last
+ prompt to change this buffers querystring
.. _cmd.search.retag:
@@ -51,44 +47,42 @@ The following commands are available in search mode
:---no-flush: postpone a writeout to the index (Defaults to: 'True').
:---all: retag all messages in search result.
-.. _cmd.search.refineprompt:
-
-.. describe:: refineprompt
+.. _cmd.search.retagprompt:
- prompt to change this buffers querystring
+.. describe:: retagprompt
+ prompt to retag selected threads' tags
-.. _cmd.search.tag:
-.. describe:: tag
+.. _cmd.search.select:
- add tags to all messages in the thread that match the current query
+.. describe:: select
- argument
- comma separated list of tags
+ open thread in a new buffer
- optional arguments
- :---no-flush: postpone a writeout to the index (Defaults to: 'True').
- :---all: retag all messages in search result.
-.. _cmd.search.refine:
+.. _cmd.search.sort:
-.. describe:: refine
+.. describe:: sort
- refine query
+ set sort order
argument
- search string
+ sort order. valid choices are: \`oldest_first\`,\`newest_first\`,\`message_id\`,\`unsorted\`.
- optional arguments
- :---sort: sort order. Valid choices are: \`oldest_first\`,\`newest_first\`,\`message_id\`,\`unsorted\`.
-.. _cmd.search.retagprompt:
+.. _cmd.search.tag:
-.. describe:: retagprompt
+.. describe:: tag
- prompt to retag selected threads' tags
+ add tags to all messages in the thread that match the current query
+
+ 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.
.. _cmd.search.toggletags:
@@ -102,10 +96,16 @@ The following commands are available in search mode
optional arguments
:---no-flush: postpone a writeout to the index (Defaults to: 'True').
-.. _cmd.search.select:
+.. _cmd.search.untag:
-.. describe:: select
+.. describe:: untag
- open thread in a new buffer
+ remove tags from all messages in the thread that match the query
+
+ 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.