Skip to content

Commit

Permalink
mimetree: Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneeverett committed Mar 13, 2020
1 parent 9394b82 commit be6b3d5
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion docs/source/usage/modes/thread.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following commands are available in thread mode:

optional arguments
:---all: pass all messages
:---format: output format; valid choices are: 'raw','decoded','id','filepath' (defaults to: 'raw')
:---format: output format; valid choices are: 'raw','decoded','id','filepath','mimepart','plain','html' (defaults to: 'raw')
:---separately: call command once for each message
:---background: don't stop the interface
:---add_tags: add 'Tags' header to the message
Expand Down Expand Up @@ -150,6 +150,7 @@ The following commands are available in thread mode:
select focussed element:
- if it is a message summary, toggle visibility of the message;
- if it is an attachment line, open the attachment
- if it is a mimepart, toggle visibility of the mimepart


.. _cmd.thread.tag:
Expand All @@ -175,6 +176,43 @@ The following commands are available in thread mode:
query used to filter messages to affect


.. _cmd.thread.togglemimepart:



.. describe:: togglemimepart



switch between html and plain text message



argument

query used to filter messages to affect





.. _cmd.thread.togglemimetree:



.. describe:: togglemimetree



disply mime tree of the message



argument

query used to filter messages to affect


.. _cmd.thread.togglesource:

.. describe:: togglesource
Expand Down

0 comments on commit be6b3d5

Please sign in to comment.