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 8467E429E2E for ; Sun, 22 Jul 2012 07:38:18 -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 HBKZwKWCVCi3 for ; Sun, 22 Jul 2012 07:38:17 -0700 (PDT) Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id F2C44431FC9 for ; Sun, 22 Jul 2012 07:38:16 -0700 (PDT) Received: by wgbdt14 with SMTP id dt14so4174579wgb.2 for ; Sun, 22 Jul 2012 07:38:15 -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=pfDGDh/l0JG1fB4tG1+nooFLpamiq1RT0803F6n2jM8=; b=MMXrhsMNHXNcXUWaEi76yTsG/WCdff3klPYyZP0PD5F46ATlTOUeZJ5KrsPTOwZUCB ObIHZNIMAdknZujqJFMPTEdveTA6DNkqeOz2SlLHRX1lp9qnDLi2nRqjUsWdWDiYCGiI iJ3w8mUiTbkHauQ4xVehir9BVsTHiSR9ZGzeRia6/dQziJrbDGma9+VC65qFOxH8SOu6 n9odFUW4sqGPlgn4r16QeFOZw9zp1YR7uU6PsBwiDF97HGUg/zOigHmnj+db2gW4kUGg GLeot2pMkNdxU494fvCUsqVXKpExzuh8739zLYRhmtyV41zVYPvqfc9EwGlHP83YO0Ou JWsg== Received: by 10.216.142.167 with SMTP id i39mr6517041wej.94.1342967895584; Sun, 22 Jul 2012 07:38:15 -0700 (PDT) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id l5sm16726126wix.5.2012.07.22.07.38.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jul 2012 07:38:14 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 4/4] man: update man page for --include-text-option Date: Sun, 22 Jul 2012 15:37:59 +0100 Message-Id: <1342967879-20453-5-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1342967879-20453-1-git-send-email-markwalters1009@gmail.com> References: <1342967879-20453-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: Sun, 22 Jul 2012 14:38:18 -0000 --- man/man1/notmuch-show.1 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 index b51a54c..0226d3b 100644 --- a/man/man1/notmuch-show.1 +++ b/man/man1/notmuch-show.1 @@ -152,6 +152,18 @@ The default is .RE +.RS 4 +.TP 4 +.B \-\-include-text-content=(true|false) + +By default the output includes the content structure together with all +text/plain content parts. With --include-text-content=false this +content is omitted from the output. 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. Note this option is not +applicable to --format=raw or --format=mbox. +.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