From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id BCDE5431FC4 for ; Mon, 23 Jul 2012 10:57:53 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nRCSdeEhWRaM for ; Mon, 23 Jul 2012 10:57:52 -0700 (PDT) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id ABA69431FC7 for ; Mon, 23 Jul 2012 10:57:49 -0700 (PDT) Received: by mail-we0-f181.google.com with SMTP id t57so4988618wey.26 for ; Mon, 23 Jul 2012 10:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=mYMH4c3UULlTT7kh6rSP4r3pJbgnOkH+ZulvDztyPF8=; b=vHUUCnOZ7TovXpZJvg3jSsoV8nCU9SC4Z5vWxnw3M8epqkjfD/Gyk+tTvPDNnvPLjj J1vXNOLcw1h0MsUeesCNJA/ZeaAFSVM/F2pVJar/ddIV1TLqBdpyupU8eNgjZt3kZ629 MgtGoQt33J773InSLFAwiY6BZY02pOQUKNubHvByNrxUkRjBBlDYVnw5g8PmVfYqf9gM AFgRSp807RNhlKroby3JG3md7r292B2yA9zy6YrQVGJzAtJmXpgiC4VsyNsGJySX9Ra5 1pVWRRqOxY7Fpj+7riWHxE8yP8RtVUVMS+1VqQOEhMcxnpuvMWtZHMUwvZVWy49ILT/T v2kA== Received: by 10.216.233.95 with SMTP id o73mr9123968weq.59.1343066269345; Mon, 23 Jul 2012 10:57:49 -0700 (PDT) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id t8sm18016550wiy.3.2012.07.23.10.57.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jul 2012 10:57:48 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v2 3/4] man: update man page for the new --body=true|false option Date: Mon, 23 Jul 2012 18:57:38 +0100 Message-Id: <1343066259-22523-4-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1343066259-22523-1-git-send-email-markwalters1009@gmail.com> References: <1343066259-22523-1-git-send-email-markwalters1009@gmail.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 17:57:54 -0000 --- man/man1/notmuch-show.1 | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 index 5fa590e..91c19d8 100644 --- a/man/man1/notmuch-show.1 +++ b/man/man1/notmuch-show.1 @@ -154,6 +154,22 @@ The default is .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 -- 1.7.9.1