Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d7 / f0cb5e33dec8714702963f79b646855fd200c9
1 Return-Path: <david@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 arlo.cworth.org (Postfix) with ESMTP id 5B48F6DE012F\r
6  for <notmuch@notmuchmail.org>; Sat,  6 Aug 2016 07:19:06 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.008\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.008 tagged_above=-999 required=5 tests=[AWL=0.003,\r
12   SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id 6rXlws7u-ub2 for <notmuch@notmuchmail.org>;\r
16  Sat,  6 Aug 2016 07:18:58 -0700 (PDT)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 8C8CA6DE00DF\r
19  for <notmuch@notmuchmail.org>; Sat,  6 Aug 2016 07:18:58 -0700 (PDT)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1bW2RU-0007Zp-2O; Sat, 06 Aug 2016 10:19:12 -0400\r
23 Received: (nullmailer pid 23686 invoked by uid 1000);\r
24  Sat, 06 Aug 2016 14:18:53 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Cc: Daniel Kahn Gillmor <dkg@fifthhorseman.net>, Jani Nikula <jani@nikula.org>\r
28 Subject: Re: [PATCH 9/9] add has: query prefix to search for specific\r
29  properties\r
30 In-Reply-To: <1470491559-3946-10-git-send-email-david@tethera.net>\r
31 References: <1470491559-3946-1-git-send-email-david@tethera.net>\r
32  <1470491559-3946-10-git-send-email-david@tethera.net>\r
33 User-Agent: Notmuch/0.22.1+61~g2ce0f13 (https://notmuchmail.org) Emacs/24.5.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Sat, 06 Aug 2016 23:18:53 +0900\r
36 Message-ID: <87d1lm7zg2.fsf@maritornes.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sat, 06 Aug 2016 14:19:06 -0000\r
52 \r
53 David Bremner <david@tethera.net> writes:\r
54 \r
55 >  \r
56 > +The **has:** prefix searches for messages with a particular\r
57 > +<key>=<value> property pair. Properties are used internally by notmuch\r
58 > +(and extensions) to add metadata to messages. A given key can be\r
59 > +present on a given message with several different values.\r
60 > +\r
61 \r
62 I probably should have added to the commit message that this\r
63 documentation is intentionally minimal, because it's not intended for\r
64 people creating properties; that should go in API documentation, I think.\r
65 \r
66 \r
67 > +    { "has",                 "XPROPERTY" },\r
68 >      /*\r
69 >       * Without the ":", since this is a multi-letter prefix, Xapian\r
70 >       * will add a colon itself if the first letter of the path\r
71 \r
72 I don't really understand the comment on the next line (since it seems\r
73 that no : is added to XPROPERTY by Xapian), but I guess we should\r
74 probably be consistent. Maybe Jani can explain the comment?\r
75 \r
76 d\r