From: David Bremner Date: Sun, 28 Feb 2016 14:22:39 +0000 (+2000) Subject: Re: [PATCH v3 13/16] add indexopts to notmuch python bindings. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=669791eef76a000cf7614d799f5413153d89b3a2;p=notmuch-archives.git Re: [PATCH v3 13/16] add indexopts to notmuch python bindings. --- diff --git a/23/37a8df07bbca745c53ecd69a0e48f5be4d9c1a b/23/37a8df07bbca745c53ecd69a0e48f5be4d9c1a new file mode 100644 index 000000000..20bbaa574 --- /dev/null +++ b/23/37a8df07bbca745c53ecd69a0e48f5be4d9c1a @@ -0,0 +1,61 @@ +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 23ECE6DE0FB0 + for ; Sun, 28 Feb 2016 06:22:47 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.035 +X-Spam-Level: +X-Spam-Status: No, score=-0.035 tagged_above=-999 required=5 + tests=[AWL=-0.024, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] + 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 WaoukE79jKQI for ; + Sun, 28 Feb 2016 06:22:45 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id BACD16DE0C3A + for ; Sun, 28 Feb 2016 06:22:44 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1aa2Fk-0007y7-Gw; Sun, 28 Feb 2016 09:23:20 -0500 +Received: (nullmailer pid 30080 invoked by uid 1000); + Sun, 28 Feb 2016 14:22:39 -0000 +From: David Bremner +To: Daniel Kahn Gillmor , + Notmuch Mail +Subject: Re: [PATCH v3 13/16] add indexopts to notmuch python bindings. +In-Reply-To: <1454272801-23623-14-git-send-email-dkg@fifthhorseman.net> +References: <1454272801-23623-1-git-send-email-dkg@fifthhorseman.net> + <1454272801-23623-14-git-send-email-dkg@fifthhorseman.net> +User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sun, 28 Feb 2016 10:22:39 -0400 +Message-ID: <87mvqk52z4.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 28 Feb 2016 14:22:47 -0000 + +Daniel Kahn Gillmor writes: + +> Make notmuch indexing options are not available in python as +> the notmuch.Indexopts class. Users can do something like: + +I'd like to have feedback from Justus before I merge this. That need not +block the rest of the series I guess? + +d