]> git.notmuchmail.org Git - notmuch/commitdiff
man: update man page for the new --body=true|false option
authorMark Walters <markwalters1009@gmail.com>
Tue, 24 Jul 2012 18:23:29 +0000 (19:23 +0100)
committerDavid Bremner <bremner@debian.org>
Tue, 24 Jul 2012 18:49:21 +0000 (15:49 -0300)
man/man1/notmuch-show.1

index b51a54c348dfc7b9ccc93407ad02bb3ebd26ad1d..506583a6c6ebccb833d84d7e3d7569e7d29a5bdf 100644 (file)
@@ -152,6 +152,22 @@ The default is
 
 .RE
 
 
 .RE
 
+.RS 4
+.TP 4
+.B \-\-body=(true|false)
+
+If true (the default)
+.B notmuch show
+includes the bodies of the messages in the output; if false,
+bodies are omitted.
+.B --body=false
+is only implemented for the json format and it is incompatible with
+.B --part > 0.
+
+This is useful if the caller only needs the headers as body-less
+output is much faster and substantially smaller.
+.RE
+
 A common use of
 .B notmuch show
 is to display a single thread of email messages. For this, use a
 A common use of
 .B notmuch show
 is to display a single thread of email messages. For this, use a