]> git.notmuchmail.org Git - notmuch/blobdiff - doc/man1/notmuch-show.rst
cli: notmuch show support for --body=false with --format=text
[notmuch] / doc / man1 / notmuch-show.rst
index 8bfa87c664f98124bbbe5a763cfb45e0c6603589..f3c32fd27c40d9808160a4f9ae95f8d2bfa7ab93 100644 (file)
@@ -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.