From: David Bremner Date: Sat, 7 Mar 2015 19:22:57 +0000 (+0100) Subject: updated count / search API patches X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c36adb70061ac8ce0e5ec98f1690303c1c9ab7e;p=notmuch-archives.git updated count / search API patches --- diff --git a/82/bfea020e72e4baa189bafa169886efa5367383 b/82/bfea020e72e4baa189bafa169886efa5367383 new file mode 100644 index 000000000..85763c064 --- /dev/null +++ b/82/bfea020e72e4baa189bafa169886efa5367383 @@ -0,0 +1,55 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 9C065431FBC + for ; Sat, 7 Mar 2015 11:23:49 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id LhttzjlIPA97 for ; + Sat, 7 Mar 2015 11:23:46 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5F780431FAE + for ; Sat, 7 Mar 2015 11:23:46 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YUKJq-0004CH-V9 + for notmuch@notmuchmail.org; Sat, 07 Mar 2015 19:23:26 +0000 +Received: (nullmailer pid 28718 invoked by uid 1000); Sat, 07 Mar 2015 + 19:23:13 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: updated count / search API patches +Date: Sat, 7 Mar 2015 20:22:57 +0100 +Message-Id: <1425756182-28468-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Sat, 07 Mar 2015 19:23:49 -0000 + +This draws together patches from a few different threads, deferring +the bindings patches until later. Most of these have been reviewed by +Jani, with the notable exception of 3/5. + +There are fair number of small changes in 3/5. They are mostly pretty +straight forward, but it wouldn't hurt to have a second pair of eyes +on them.