Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / e8 / 56c4cac75a3ce1058fb4cb8092879491231deb
1 Return-Path: <novalazy@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 8B53A431FD9\r
6         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:30:20 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id CRTeFbVFSRM9 for <notmuch@notmuchmail.org>;\r
17         Wed, 20 Jun 2012 06:30:19 -0700 (PDT)\r
18 Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com\r
19         [209.85.160.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id CC1AC429E29\r
22         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:29:59 -0700 (PDT)\r
23 Received: by pbbrr13 with SMTP id rr13so756934pbb.26\r
24         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:29:59 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=OTGkwycPm+n5pS75blnBIynLuQtl2nQC4XQPERvXKtw=;\r
28         b=la6zXDnCWXDlr/tffpi36yNPlezB+NPUF4ODcytmKVqlRhruBzWVwa+NLDif6Nudl0\r
29         sXCST6xdvfIlLpQw/L08gPZPasU3sQlteXZkX+jpJ1OL+l0c2CXxelAXz9/sBp7791MQ\r
30         2QYw3gJ5hZJjvNawIqm8GtlM048PSvlD1JQeHR1J0y9nO7QwHjIu5vMiaMxEHVNAcQpt\r
31         zYJAuIZW2BN+O4W+Itcqrmc73Kmc4klYF1oXX9MakBgBXxzQmiXHoobp4YpUE5Kh5CIQ\r
32         fj18XuahsAcfdPndO4Em2tP+JzeI/1lyeCAfLU4kngFJ51HmC4dq/UpcitmYbtVLiEMQ\r
33         Za2Q==\r
34 Received: by 10.68.223.129 with SMTP id qu1mr75875590pbc.165.1340198995721;\r
35         Wed, 20 Jun 2012 06:29:55 -0700 (PDT)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id jv6sm31936647pbc.40.2012.06.20.06.29.53\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Wed, 20 Jun 2012 06:29:54 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 5/8] man: clarify search --exclude=flag\r
44 Date: Wed, 20 Jun 2012 23:29:04 +1000\r
45 Message-Id: <1340198947-29370-6-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.4.4\r
47 In-Reply-To: <1340198947-29370-1-git-send-email-novalazy@gmail.com>\r
48 References: <1340198947-29370-1-git-send-email-novalazy@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: Wed, 20 Jun 2012 13:30:21 -0000\r
62 \r
63 Improve the description of the search --exclude=flag option,\r
64 using text taken from the commit that introduced the option.\r
65 ---\r
66  man/man1/notmuch-search.1 |    8 +++++---\r
67  1 files changed, 5 insertions(+), 3 deletions(-)\r
68 \r
69 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1\r
70 index 003b742..e23ca30 100644\r
71 --- a/man/man1/notmuch-search.1\r
72 +++ b/man/man1/notmuch-search.1\r
73 @@ -130,9 +130,11 @@ results. Excluded messages are still marked in the relevant outputs.\r
74  \r
75  .B flag\r
76  only has an effect when\r
77 -.B --output=summary\r
78 -In this case all matching threads are returned but the "match count"\r
79 -is the number of matching non-excluded messages in the thread.\r
80 +.BR --output=summary .\r
81 +The output is almost identical to\r
82 +.BR false ,\r
83 +but the "match count" is the number of matching non-excluded messages in the\r
84 +thread, rather than the number of matching messages.\r
85  .RE\r
86  \r
87  .SH SEE ALSO\r
88 -- \r
89 1.7.4.4\r
90 \r