summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-03-15 10:17:31 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-15 10:17:31 +0000
commitaff9bb75043cbed26d71ea513c022e5bfb090a7c (patch)
tree17112ea3db1640de823d4c8cc981266344621727 /docs/source
parent1342ec92bc3d6bd95f8a56afed83c97b96fe5a17 (diff)
docs: checkin autogenerated command docs
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/usage/modes/global.rst35
-rw-r--r--docs/source/usage/modes/thread.rst30
2 files changed, 43 insertions, 22 deletions
diff --git a/docs/source/usage/modes/global.rst b/docs/source/usage/modes/global.rst
index f257a5c8..f5c616d9 100644
--- a/docs/source/usage/modes/global.rst
+++ b/docs/source/usage/modes/global.rst
@@ -34,22 +34,12 @@ The following commands are available globally
optional arguments
:---sort: sort order. Valid choices are: \`oldest_first\`,\`newest_first\`,\`message_id\`,\`unsorted\`.
-.. _cmd.global.compose:
+.. _cmd.global.repeat:
-.. describe:: compose
+.. describe:: repeat
- compose a new email
+ Repeats the command executed last time
- optional arguments
- :---sender: sender.
- :---template: path to a template message file.
- :---subject: subject line.
- :---to: recipients.
- :---cc: copy to.
- :---bcc: blind copy to.
- :---attach: attach files.
- :---omit_signature: do not add signature.
- :---spawn: spawn editor in new terminal.
.. _cmd.global.prompt:
@@ -91,7 +81,7 @@ The following commands are available globally
move focus in current buffer
argument
- up, down, page up, page down
+ up, down, page up, page down, first
.. _cmd.global.shellescape:
@@ -122,6 +112,23 @@ The following commands are available globally
open an interactive python shell for introspection
+.. _cmd.global.compose:
+
+.. describe:: compose
+
+ compose a new email
+
+ optional arguments
+ :---sender: sender.
+ :---template: path to a template message file.
+ :---subject: subject line.
+ :---to: recipients.
+ :---cc: copy to.
+ :---bcc: blind copy to.
+ :---attach: attach files.
+ :---omit_signature: do not add signature.
+ :---spawn: spawn editor in new terminal.
+
.. _cmd.global.exit:
.. describe:: exit
diff --git a/docs/source/usage/modes/thread.rst b/docs/source/usage/modes/thread.rst
index 83623259..3050ff28 100644
--- a/docs/source/usage/modes/thread.rst
+++ b/docs/source/usage/modes/thread.rst
@@ -32,6 +32,16 @@ The following commands are available in thread mode
optional arguments
:---spawn: open editor in new window.
+.. _cmd.thread.move:
+
+.. describe:: move
+
+ move focus in current buffer
+
+ argument
+ up, down, page up, page down, first
+
+
.. _cmd.thread.untag:
.. describe:: untag
@@ -51,8 +61,9 @@ The following commands are available in thread mode
display all headers
- optional arguments
- :---all: affect all messages.
+ argument
+ query used to filter messages to affect
+
.. _cmd.thread.print:
@@ -79,8 +90,9 @@ The following commands are available in thread mode
display message source
- optional arguments
- :---all: affect all messages.
+ argument
+ query used to filter messages to affect
+
.. _cmd.thread.retag:
@@ -101,8 +113,9 @@ The following commands are available in thread mode
fold message(s)
- optional arguments
- :---all: fold all messages.
+ argument
+ query used to filter messages to affect
+
.. _cmd.thread.tag:
@@ -132,8 +145,9 @@ The following commands are available in thread mode
unfold message(s)
- optional arguments
- :---all: unfold all messages.
+ argument
+ query used to filter messages to affect
+
.. _cmd.thread.forward: