Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1E8C4431FC4 for ; Mon, 23 Jul 2012 09:17:36 -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 9NBp2KMCziBW for ; Mon, 23 Jul 2012 09:17:35 -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 8D424429E26 for ; Mon, 23 Jul 2012 09:17:32 -0700 (PDT) Received: by mail-we0-f181.google.com with SMTP id t57so4914893wey.26 for ; Mon, 23 Jul 2012 09:17:32 -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=+P+IrHlGAbaujKgEtP7pvGBCShdsbCWEgvh+0RkC2JA=; b=tIpB3ZJZvxItG6BP7DrqGjgy4B94+Qry4o8yKu+c3O67nAnIaV07WX6IR07XWIJR8s /VSAR5sZprZtAiT7vA5sMksjwVI0XDn/N5JIrRpFJpp0hRSIAvsSmMSUGtrutd/DbyYH ERflLX9uzW+quLLZ3fuznLj7ZzygqB/3Sa9YqD1bc9PY8Smm0oaY11C/GSRNUvYaG/cA gxmTaQPDBF2TB2M8ByMLxIRcMukVJOMohZVSKtHKm20M2tTscWUjD5uInDf5IDk2bfqM 7kiURxulUcWm0BuqCSK7F2FV3j8Pz4IPPlVK8vWpO55DvYn4JjXmDazSStBvDOTiFgU1 W3/g== Received: by 10.216.242.204 with SMTP id i54mr1134038wer.114.1343060252239; Mon, 23 Jul 2012 09:17:32 -0700 (PDT) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id ef5sm26144628wib.3.2012.07.23.09.17.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jul 2012 09:17:31 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 3/4] man: update man page for the new --body=true|false option Date: Mon, 23 Jul 2012 17:17:20 +0100 Message-Id: <1343060241-18283-4-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1343060241-18283-1-git-send-email-markwalters1009@gmail.com> References: <1343060241-18283-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 16:17:36 -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..d781c47 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, +.B notmuch show +includes the bodies of the messages in the output whereas, if false, +they are omitted. It defaults to true. Note that +.B --body=false +is only implemented for the json format. + +This is useful if the caller is only interested in the headers as it +is much faster and the amount of output data is substantially +reduced. +.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