Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / dc / 869551b856625cc6b8f6d1f616185f443d7766
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 1E8C4431FC4\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 09:17:36 -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 9NBp2KMCziBW for <notmuch@notmuchmail.org>;\r
18         Mon, 23 Jul 2012 09:17:35 -0700 (PDT)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 8D424429E26\r
23         for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 09:17:32 -0700 (PDT)\r
24 Received: by mail-we0-f181.google.com with SMTP id t57so4914893wey.26\r
25         for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 09:17:32 -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=+P+IrHlGAbaujKgEtP7pvGBCShdsbCWEgvh+0RkC2JA=;\r
29         b=tIpB3ZJZvxItG6BP7DrqGjgy4B94+Qry4o8yKu+c3O67nAnIaV07WX6IR07XWIJR8s\r
30         /VSAR5sZprZtAiT7vA5sMksjwVI0XDn/N5JIrRpFJpp0hRSIAvsSmMSUGtrutd/DbyYH\r
31         ERflLX9uzW+quLLZ3fuznLj7ZzygqB/3Sa9YqD1bc9PY8Smm0oaY11C/GSRNUvYaG/cA\r
32         gxmTaQPDBF2TB2M8ByMLxIRcMukVJOMohZVSKtHKm20M2tTscWUjD5uInDf5IDk2bfqM\r
33         7kiURxulUcWm0BuqCSK7F2FV3j8Pz4IPPlVK8vWpO55DvYn4JjXmDazSStBvDOTiFgU1\r
34         W3/g==\r
35 Received: by 10.216.242.204 with SMTP id i54mr1134038wer.114.1343060252239;\r
36         Mon, 23 Jul 2012 09:17:32 -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  ef5sm26144628wib.3.2012.07.23.09.17.30 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Mon, 23 Jul 2012 09:17:31 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 3/4] man: update man page for the new --body=true|false option\r
44 Date: Mon, 23 Jul 2012 17:17:20 +0100\r
45 Message-Id: <1343060241-18283-4-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1343060241-18283-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1343060241-18283-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: Mon, 23 Jul 2012 16:17:36 -0000\r
62 \r
63 ---\r
64  man/man1/notmuch-show.1 |   16 ++++++++++++++++\r
65  1 files changed, 16 insertions(+), 0 deletions(-)\r
66 \r
67 diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1\r
68 index 5fa590e..d781c47 100644\r
69 --- a/man/man1/notmuch-show.1\r
70 +++ b/man/man1/notmuch-show.1\r
71 @@ -154,6 +154,22 @@ The default is\r
72  \r
73  .RE\r
74  \r
75 +.RS 4\r
76 +.TP 4\r
77 +.B \-\-body=(true|false)\r
78 +\r
79 +If true,\r
80 +.B notmuch show\r
81 +includes the bodies of the messages in the output whereas, if false,\r
82 +they are omitted. It defaults to true.  Note that\r
83 +.B --body=false\r
84 +is only implemented for the json format.\r
85 +\r
86 +This is useful if the caller is only interested in the headers as it\r
87 +is much faster and the amount of output data is substantially\r
88 +reduced.\r
89 +.RE\r
90 +\r
91  A common use of\r
92  .B notmuch show\r
93  is to display a single thread of email messages. For this, use a\r
94 -- \r
95 1.7.9.1\r
96 \r