Version 3 of count API changes
authorDavid Bremner <david@tethera.net>
Sun, 27 Sep 2015 02:50:09 +0000 (23:50 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:39 +0000 (14:49 -0700)
e9/56544e92ecc5ef5c57dae7ebf3a9602647100e [new file with mode: 0644]

diff --git a/e9/56544e92ecc5ef5c57dae7ebf3a9602647100e b/e9/56544e92ecc5ef5c57dae7ebf3a9602647100e
new file mode 100644 (file)
index 0000000..f5dd41a
--- /dev/null
@@ -0,0 +1,55 @@
+Return-Path: <bremner@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 25DAC6DE15E0\r
+ for <notmuch@notmuchmail.org>; Sat, 26 Sep 2015 19:51:06 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.113\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.113 tagged_above=-999 required=5 tests=[AWL=0.113]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id e9MtJnYPhPxs for <notmuch@notmuchmail.org>;\r
+ Sat, 26 Sep 2015 19:51:03 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 9B6986DE141E\r
+ for <notmuch@notmuchmail.org>; Sat, 26 Sep 2015 19:51:03 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <bremner@tethera.net>) id 1Zg234-0005bD-0h\r
+ for notmuch@notmuchmail.org; Sun, 27 Sep 2015 02:50:46 +0000\r
+Received: (nullmailer pid 31130 invoked by uid 1000); Sun, 27 Sep 2015\r
+ 02:50:26 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Version 3 of count API changes\r
+Date: Sat, 26 Sep 2015 23:50:09 -0300\r
+Message-Id: <1443322213-31075-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.5.3\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 27 Sep 2015 02:51:06 -0000\r
+\r
+These are in some sense more urgent than than the search API changes\r
+because the current API overloads a legitimate return value with an\r
+error indicator.\r
+\r
+Compared to the last version, these mainly use print_status_query.\r
+\r
+Also, in contrast to the search API changes, these do not introduce\r
+any new deprecation warnings (at least if the whole series is\r
+applied).\r
+\r
+TBH version 3 is just a guess.\r