Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / 20 / fd357f865eaea47ab3ccbf39aca330a0d79d73
1 Return-Path: <markwalters1009@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 8467E429E2E\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Jul 2012 07:38:18 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id HBKZwKWCVCi3 for <notmuch@notmuchmail.org>;\r
18         Sun, 22 Jul 2012 07:38:17 -0700 (PDT)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  F2C44431FC9    for <notmuch@notmuchmail.org>; Sun, 22 Jul 2012 07:38:16 -0700\r
23  (PDT)\r
24 Received: by wgbdt14 with SMTP id dt14so4174579wgb.2\r
25         for <notmuch@notmuchmail.org>; Sun, 22 Jul 2012 07:38:15 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=pfDGDh/l0JG1fB4tG1+nooFLpamiq1RT0803F6n2jM8=;\r
29         b=MMXrhsMNHXNcXUWaEi76yTsG/WCdff3klPYyZP0PD5F46ATlTOUeZJ5KrsPTOwZUCB\r
30         ObIHZNIMAdknZujqJFMPTEdveTA6DNkqeOz2SlLHRX1lp9qnDLi2nRqjUsWdWDiYCGiI\r
31         iJ3w8mUiTbkHauQ4xVehir9BVsTHiSR9ZGzeRia6/dQziJrbDGma9+VC65qFOxH8SOu6\r
32         n9odFUW4sqGPlgn4r16QeFOZw9zp1YR7uU6PsBwiDF97HGUg/zOigHmnj+db2gW4kUGg\r
33         GLeot2pMkNdxU494fvCUsqVXKpExzuh8739zLYRhmtyV41zVYPvqfc9EwGlHP83YO0Ou\r
34         JWsg==\r
35 Received: by 10.216.142.167 with SMTP id i39mr6517041wej.94.1342967895584;\r
36         Sun, 22 Jul 2012 07:38:15 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  l5sm16726126wix.5.2012.07.22.07.38.14  (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sun, 22 Jul 2012 07:38:14 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 4/4] man: update man page for --include-text-option\r
44 Date: Sun, 22 Jul 2012 15:37:59 +0100\r
45 Message-Id: <1342967879-20453-5-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1342967879-20453-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1342967879-20453-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sun, 22 Jul 2012 14:38:18 -0000\r
62 \r
63 ---\r
64  man/man1/notmuch-show.1 |   12 ++++++++++++\r
65  1 files changed, 12 insertions(+), 0 deletions(-)\r
66 \r
67 diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1\r
68 index b51a54c..0226d3b 100644\r
69 --- a/man/man1/notmuch-show.1\r
70 +++ b/man/man1/notmuch-show.1\r
71 @@ -152,6 +152,18 @@ The default is\r
72  \r
73  .RE\r
74  \r
75 +.RS 4\r
76 +.TP 4\r
77 +.B \-\-include-text-content=(true|false)\r
78 +\r
79 +By default the output includes the content structure together with all\r
80 +text/plain content parts. With --include-text-content=false this\r
81 +content is omitted from the output. This is useful if the caller is\r
82 +only interested in the headers as it is much faster and the amount of\r
83 +output data is substantially reduced. Note this option is not\r
84 +applicable to --format=raw or --format=mbox.\r
85 +.RE\r
86 +\r
87  A common use of\r
88  .B notmuch show\r
89  is to display a single thread of email messages. For this, use a\r
90 -- \r
91 1.7.9.1\r
92 \r