Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / e9 / 56544e92ecc5ef5c57dae7ebf3a9602647100e
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 arlo.cworth.org (Postfix) with ESMTP id 25DAC6DE15E0\r
6  for <notmuch@notmuchmail.org>; Sat, 26 Sep 2015 19:51: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.113\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.113 tagged_above=-999 required=5 tests=[AWL=0.113]\r
12  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 e9MtJnYPhPxs for <notmuch@notmuchmail.org>;\r
16  Sat, 26 Sep 2015 19:51:03 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 9B6986DE141E\r
19  for <notmuch@notmuchmail.org>; Sat, 26 Sep 2015 19:51:03 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <bremner@tethera.net>) id 1Zg234-0005bD-0h\r
22  for notmuch@notmuchmail.org; Sun, 27 Sep 2015 02:50:46 +0000\r
23 Received: (nullmailer pid 31130 invoked by uid 1000); Sun, 27 Sep 2015\r
24  02:50:26 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: Version 3 of count API changes\r
28 Date: Sat, 26 Sep 2015 23:50:09 -0300\r
29 Message-Id: <1443322213-31075-1-git-send-email-david@tethera.net>\r
30 X-Mailer: git-send-email 2.5.3\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.18\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35  <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Sun, 27 Sep 2015 02:51:06 -0000\r
44 \r
45 These are in some sense more urgent than than the search API changes\r
46 because the current API overloads a legitimate return value with an\r
47 error indicator.\r
48 \r
49 Compared to the last version, these mainly use print_status_query.\r
50 \r
51 Also, in contrast to the search API changes, these do not introduce\r
52 any new deprecation warnings (at least if the whole series is\r
53 applied).\r
54 \r
55 TBH version 3 is just a guess.\r