[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 07 / d2ee9e53fc7a592868167f5a3e354330d98ee7
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 4E4C9429E26\r
6         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:30:21 -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 m073KIBgYg9X 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 05B3C429E2E\r
22         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:30:04 -0700 (PDT)\r
23 Received: by mail-pb0-f53.google.com with SMTP id rr13so756934pbb.26\r
24         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:30:04 -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=/527YOeEcMjEfzpGXyhu5fmWKj0BeK6urYMr8LF8ndg=;\r
28         b=iTR/5crXXZFXcQkosD+nezDvcwe8ZcDW04BYpbu8C+kr+6DkW/Di9FaOh6+SJrniXC\r
29         X2Ah7gryFzuHtYo0DehEdPi14VKGLlsnlVAu7985F4LBVTCOME8JhU8YMdqu8/e8Kcyp\r
30         pGXZ+3HS38nhwBL3A3VMmX8DdbQ8khBQSlaO3FrykqOR6hbyuN9brOMNNABHMbQNdWdF\r
31         g2sok1SEd6bSSisXTtI/0HzzFyXavQUliqCAx6lAZ4zJy4+hgYMAF4XSS3On+9HwxXTS\r
32         Dq/u2EC1br8GLTjmTevX3EeaLDne+JK4vlJ+foZ3IPZsGGgDA5tavmotCZYKBcza6PdN\r
33         vLXA==\r
34 Received: by 10.68.221.74 with SMTP id qc10mr34077740pbc.31.1340199004882;\r
35         Wed, 20 Jun 2012 06:30:04 -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 ny4sm31930204pbb.57.2012.06.20.06.30.02\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Wed, 20 Jun 2012 06:30:03 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 6/8] man: document search --exclude=all\r
44 Date: Wed, 20 Jun 2012 23:29:05 +1000\r
45 Message-Id: <1340198947-29370-7-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 Document the new search --exclude=all option.\r
64 ---\r
65  man/man1/notmuch-search.1 |    6 +++++-\r
66  1 files changed, 5 insertions(+), 1 deletions(-)\r
67 \r
68 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1\r
69 index e23ca30..1d8d57a 100644\r
70 --- a/man/man1/notmuch-search.1\r
71 +++ b/man/man1/notmuch-search.1\r
72 @@ -114,7 +114,7 @@ Limit the number of displayed results to N.\r
73  \r
74  .RS 4\r
75  .TP 4\r
76 -.BR \-\-exclude=(true|false|flag)\r
77 +.BR \-\-exclude=(true|false|all|flag)\r
78  \r
79  Messages matching search.tag_exclude are called "excluded messages".\r
80  This option specifies whether to omit excluded messages in the search\r
81 @@ -124,6 +124,10 @@ The default value,\r
82  .BR true ,\r
83  prevents excluded messages from matching the search terms.\r
84  \r
85 +.B all\r
86 +additionally prevents excluded messages from appearing in displayed\r
87 +results, in effect behaving as though the excluded messages do not exist.\r
88 +\r
89  .B false\r
90  allows excluded messages to match search terms and appear in displayed\r
91  results. Excluded messages are still marked in the relevant outputs.\r
92 -- \r
93 1.7.4.4\r
94 \r