From: David Bremner Date: Tue, 4 Aug 2015 07:14:10 +0000 (+0200) Subject: Re: update cli/lib to use new notmuch_query_search_* api X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6488d507103108835ce81721134de0000ccd3d92;p=notmuch-archives.git Re: update cli/lib to use new notmuch_query_search_* api --- diff --git a/0e/d5bc33d8d87bc6f3c077163a04027b0d40f1b5 b/0e/d5bc33d8d87bc6f3c077163a04027b0d40f1b5 new file mode 100644 index 000000000..57fdfaba2 --- /dev/null +++ b/0e/d5bc33d8d87bc6f3c077163a04027b0d40f1b5 @@ -0,0 +1,64 @@ +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 274696DE13EA + for ; Tue, 4 Aug 2015 00:14:59 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.514 +X-Spam-Level: +X-Spam-Status: No, score=0.514 tagged_above=-999 required=5 tests=[AWL=-0.230, + URIBL_SBL=0.644, URIBL_SBL_A=0.1] 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 o7WAwDfS9nQN for ; + Tue, 4 Aug 2015 00:14:57 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 683416DE1343 + for ; Tue, 4 Aug 2015 00:14:57 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZMWQb-0000XR-9n; Tue, 04 Aug 2015 07:14:25 +0000 +Received: (nullmailer pid 24488 invoked by uid 1000); Tue, 04 Aug 2015 + 07:14:10 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: update cli/lib to use new notmuch_query_search_* api +In-Reply-To: <1433689323-7520-1-git-send-email-david@tethera.net> +References: <1433689323-7520-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 04 Aug 2015 09:14:10 +0200 +Message-ID: <87egjjo799.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Tue, 04 Aug 2015 07:14:59 -0000 + +David Bremner writes: + +> I was already to push the first few patches of +> +> id:1425756182-28468-1-git-send-email-david@tethera.net +> +> When I realized there was probably a reason that no-one had reviewed +> patch 3/5. After breaking up that ball of mud, one thing led to +> another, and deprecating the old API and updating to the new API is up +> to 10 patches. + +It's kind of a dirty trick to get feedback on the rest of the series, +but I pushed the part that generates a bunch of compilation warnings ;). + +d