Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / ca / 19ab51f6879abb3aaf9d26fb1ae7a80d47af3c
1 Return-Path: <bremner@tethera.net>\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 33837431FB6\r
6         for <notmuch@notmuchmail.org>; Sat,  8 Mar 2014 13:21:09 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id uZcdLNKJovDQ for <notmuch@notmuchmail.org>;\r
16         Sat,  8 Mar 2014 13:21:05 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 5291E431FDA\r
21         for <notmuch@notmuchmail.org>; Sat,  8 Mar 2014 13:20:27 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1WMOfS-00058e-LH; Sat, 08 Mar 2014 17:20:26 -0400\r
25 Received: (nullmailer pid 28548 invoked by uid 1000); Sat, 08 Mar 2014\r
26         21:20:03 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [Patch v3 11/15] man: try to clarify the folder: and path: vs.\r
30         --output=files confusion\r
31 Date: Sat,  8 Mar 2014 17:19:41 -0400\r
32 Message-Id: <1394313585-28422-12-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 1.8.5.3\r
34 In-Reply-To: <1394313585-28422-1-git-send-email-david@tethera.net>\r
35 References: <1394313585-28422-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sat, 08 Mar 2014 21:21:09 -0000\r
49 \r
50 From: Jani Nikula <jani@nikula.org>\r
51 \r
52 ---\r
53  man/man1/notmuch-search.1 | 10 ++++++++--\r
54  1 file changed, 8 insertions(+), 2 deletions(-)\r
55 \r
56 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1\r
57 index 55a81e7..a2b1ae4 100644\r
58 --- a/man/man1/notmuch-search.1\r
59 +++ b/man/man1/notmuch-search.1\r
60 @@ -82,8 +82,14 @@ one per line (\-\-format=text), separated by null characters\r
61  S-Expression list (\-\-format=sexp).\r
62  \r
63  Note that each message may have multiple filenames associated with it.\r
64 -All of them are included in the output, unless limited with the\r
65 -\-\-duplicate=N option.\r
66 +All of them are included in the output (unless limited with the\r
67 +\-\-duplicate=N option). This may be particularly confusing for\r
68 +.B folder:\r
69 +or\r
70 +.B path:\r
71 +searches in a specified directory, as the messages may have duplicates\r
72 +in other directories that are included in the output, although these\r
73 +files alone would not match the search.\r
74  .RE\r
75  .RS 4\r
76  .TP 4\r
77 -- \r
78 1.8.5.3\r
79 \r