diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-10-31 10:54:31 +1100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-11-24 09:11:42 -0400 |
| commit | 37e5bc00aeb9123dd88367b7506a19f74877dfe4 (patch) | |
| tree | 548f822d874c1693d94787420d0e9260a2af7748 /doc | |
| parent | 7f726c6e87517eb9c84119a1c5e3a63bfaaa49f6 (diff) | |
cli: notmuch show support for --body=false with --format=text
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-show.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/notmuch-show.rst b/doc/man1/notmuch-show.rst index 8bfa87c6..f3c32fd2 100644 --- a/doc/man1/notmuch-show.rst +++ b/doc/man1/notmuch-show.rst @@ -176,8 +176,8 @@ Supported options for **show** include ``--body=(true|false)`` If true (the default) **notmuch show** includes the bodies of the messages in the output; if false, bodies are omitted. - ``--body=false`` is only implemented for the json and sexp formats - and it is incompatible with ``--part > 0.`` + ``--body=false`` is only implemented for the text, json and sexp + formats and it is incompatible with ``--part > 0.`` This is useful if the caller only needs the headers as body-less output is much faster and substantially smaller. |
