[PATCH 1/1] cli: propagate batch tagging warnings to exit value
[notmuch-archives.git] / 81 / b7ee76852e8e3d544abdddc2617e8b62b9ee1d
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 BCDE5431FC4\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 10:57:53 -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 nRCSdeEhWRaM for <notmuch@notmuchmail.org>;\r
18         Mon, 23 Jul 2012 10:57:52 -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 ABA69431FC7\r
23         for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 10:57:49 -0700 (PDT)\r
24 Received: by mail-we0-f181.google.com with SMTP id t57so4988618wey.26\r
25         for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 10:57:49 -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=mYMH4c3UULlTT7kh6rSP4r3pJbgnOkH+ZulvDztyPF8=;\r
29         b=vHUUCnOZ7TovXpZJvg3jSsoV8nCU9SC4Z5vWxnw3M8epqkjfD/Gyk+tTvPDNnvPLjj\r
30         J1vXNOLcw1h0MsUeesCNJA/ZeaAFSVM/F2pVJar/ddIV1TLqBdpyupU8eNgjZt3kZ629\r
31         MgtGoQt33J773InSLFAwiY6BZY02pOQUKNubHvByNrxUkRjBBlDYVnw5g8PmVfYqf9gM\r
32         AFgRSp807RNhlKroby3JG3md7r292B2yA9zy6YrQVGJzAtJmXpgiC4VsyNsGJySX9Ra5\r
33         1pVWRRqOxY7Fpj+7riWHxE8yP8RtVUVMS+1VqQOEhMcxnpuvMWtZHMUwvZVWy49ILT/T\r
34         v2kA==\r
35 Received: by 10.216.233.95 with SMTP id o73mr9123968weq.59.1343066269345;\r
36         Mon, 23 Jul 2012 10:57:49 -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  t8sm18016550wiy.3.2012.07.23.10.57.48  (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Mon, 23 Jul 2012 10:57:48 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 3/4] man: update man page for the new --body=true|false\r
44         option\r
45 Date: Mon, 23 Jul 2012 18:57:38 +0100\r
46 Message-Id: <1343066259-22523-4-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1343066259-22523-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1343066259-22523-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 23 Jul 2012 17:57:54 -0000\r
63 \r
64 ---\r
65  man/man1/notmuch-show.1 |   16 ++++++++++++++++\r
66  1 files changed, 16 insertions(+), 0 deletions(-)\r
67 \r
68 diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1\r
69 index 5fa590e..91c19d8 100644\r
70 --- a/man/man1/notmuch-show.1\r
71 +++ b/man/man1/notmuch-show.1\r
72 @@ -154,6 +154,22 @@ The default is\r
73  \r
74  .RE\r
75  \r
76 +.RS 4\r
77 +.TP 4\r
78 +.B \-\-body=(true|false)\r
79 +\r
80 +If true (the default)\r
81 +.B notmuch show\r
82 +includes the bodies of the messages in the output; if false,\r
83 +bodies are omitted.\r
84 +.B --body=false\r
85 +is only implemented for the json format and it is incompatible with\r
86 +.B --part > 0.\r
87 +\r
88 +This is useful if the caller only needs the headers as body-less\r
89 +output is much faster and substantially smaller.\r
90 +.RE\r
91 +\r
92  A common use of\r
93  .B notmuch show\r
94  is to display a single thread of email messages. For this, use a\r
95 -- \r
96 1.7.9.1\r
97 \r