Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 38 / dfb56eff325e4f22a65138c016b426538b842a
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 92448431FD6\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 11:25:34 -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 aMnTpELF5RJr for <notmuch@notmuchmail.org>;\r
18         Tue, 24 Jul 2012 11:25:33 -0700 (PDT)\r
19 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com\r
20         [209.85.212.179]) (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 9FE7C431FD4\r
23         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 11:25:32 -0700 (PDT)\r
24 Received: by wibhq4 with SMTP id hq4so3314940wib.2\r
25         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 11:25:29 -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=XwYxQHrWw//V9o8kVkXF/p5WlovRVE14RJwt6Xamsdw=;\r
29         b=pg0zrz59+W0eNk8MenL5dpdjobYE48T5HG4T/bcIdS537lY2ycxH6SkmU2Ye2yAMMo\r
30         ZyF929/HobR85ZMiFe/CZk4eDpsFytahn9TYxiVwUUXOaWz/+0sEfcOfFm8qr/kvdI/f\r
31         rwph9tFRLYAA2cbg8QRT0vBsXjYAR1z7HMbSBkYfs8dsLfpMs2sifz7V6t2Ei9lAq2aw\r
32         acLOYuljvOK4IGXl5LGx1cbimoQbiHEeObtoxFeUs4i9dcfCkkfaaT8ahfplK608pwo5\r
33         s5nWJO7OnsmtfoiwJQQap3EGfwtnYrZMLxgQ6TaF98V7HFs0flo+8XGOeHRvAkGTD2Ay\r
34         Khvw==\r
35 Received: by 10.180.100.133 with SMTP id ey5mr9286919wib.4.1343154329756;\r
36         Tue, 24 Jul 2012 11:25:29 -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  ep14sm6038684wid.0.2012.07.24.11.25.28 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Tue, 24 Jul 2012 11:25:29 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 (rebased) 3/4] man: update man page for the new\r
44         --body=true|false option\r
45 Date: Tue, 24 Jul 2012 19:23:29 +0100\r
46 Message-Id: <1343154210-26841-4-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1343154210-26841-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1343154210-26841-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: Tue, 24 Jul 2012 18:25:34 -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 b51a54c..506583a 100644\r
70 --- a/man/man1/notmuch-show.1\r
71 +++ b/man/man1/notmuch-show.1\r
72 @@ -152,6 +152,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