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