database error
[notmuch-archives.git] / 76 / 938f0ac4ab9f68267a2c09da40e5f31f226621
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 CD9CB431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 21 Jul 2012 18:19: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.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 XepuLD3AHu9D for <notmuch@notmuchmail.org>;\r
17         Sat, 21 Jul 2012 18:19:34 -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-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 2E74C431FAE\r
22         for <notmuch@notmuchmail.org>; Sat, 21 Jul 2012 18:19:34 -0700 (PDT)\r
23 Received: by pbbrr13 with SMTP id rr13so10376029pbb.26\r
24         for <notmuch@notmuchmail.org>; Sat, 21 Jul 2012 18:19:32 -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=uCXq+Q60/VZ+wsY3UUxJjjGCHeslECL7fLw1g8MOnX0=;\r
28         b=I+fn+riTlSlpiV2cnQdWbcdzHUitRPEdPkJzSHndAKYMQr4hXLo0SEqRa1nhQ0z1zg\r
29         V+PK8yFmsDVRqkG63CdPJmmwZvmJkI3W9VZ2HYsimWYsbvNmH5E5tiM7dGLZfvngn2SP\r
30         8ozAZslazrbtbh/rH7tb5K3FdHiPcpjUOJYK1PulUmLPWPGyC4U2m4/ykJVQdP9JaAdj\r
31         vVJdfLNhczJiWz1GyXA5Fz5BtdgeAEieegP3pPE/365wy2ila/1oIFO+mU12RXBY0MDJ\r
32         ieapQ3MhEV9Lco7cD//n2ekHNT/qBmimr2szGhw4BQRtX6Lq90kU+TN15AVru1lWc3eF\r
33         rh0g==\r
34 Received: by 10.66.77.7 with SMTP id o7mr21350823paw.37.1342919972324;\r
35         Sat, 21 Jul 2012 18:19:32 -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 rs4sm6953447pbc.0.2012.07.21.18.19.28\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sat, 21 Jul 2012 18:19:30 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 4/8] man: clarify search --exclude documentation\r
44 Date: Sun, 22 Jul 2012 11:18:59 +1000\r
45 Message-Id: <1342919939-16929-1-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: Sun, 22 Jul 2012 01:19:34 -0000\r
62 \r
63 Highlight "excluded messages" as a term with a meaning that\r
64 may not be obvious.\r
65 \r
66 Be explicit about the effects of search --exclude=true and\r
67 --exclude=false.\r
68 ---\r
69  man/man1/notmuch-search.1 |   15 +++++++++++++--\r
70  1 files changed, 13 insertions(+), 2 deletions(-)\r
71 \r
72 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1\r
73 index 5c72c4b..52782c7 100644\r
74 --- a/man/man1/notmuch-search.1\r
75 +++ b/man/man1/notmuch-search.1\r
76 @@ -116,8 +116,19 @@ Limit the number of displayed results to N.\r
77  .TP 4\r
78  .BR \-\-exclude=(true|false|flag)\r
79  \r
80 -Specify whether to omit messages matching search.tag_exclude from the\r
81 -search results (the default) or not. The extra option\r
82 +A message is called "excluded" if it matches at least one tag in\r
83 +search.tag_exclude that does not appear explicitly in the search terms.\r
84 +This option specifies whether to omit excluded messages in the search\r
85 +process.\r
86 +\r
87 +The default value,\r
88 +.BR true ,\r
89 +prevents excluded messages from matching the search terms.\r
90 +\r
91 +.B false\r
92 +allows excluded messages to match search terms and appear in displayed\r
93 +results. Excluded messages are still marked in the relevant outputs.\r
94 +\r
95  .B flag\r
96  only has an effect when\r
97  .B --output=summary\r
98 -- \r
99 1.7.4.4\r
100 \r