From: David Bremner Date: Tue, 25 Jun 2013 06:09:28 +0000 (+1700) Subject: Re: [PATCH v2 8/8] cli: use notmuch_exclude_t in option parser X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1c37a4e9f0c81cc553ee9a33befbe1773f5724c3;p=notmuch-archives.git Re: [PATCH v2 8/8] cli: use notmuch_exclude_t in option parser --- diff --git a/36/b19aa1d71ee41a44a39eaec14d97c9e049ccd5 b/36/b19aa1d71ee41a44a39eaec14d97c9e049ccd5 new file mode 100644 index 000000000..7b0b96170 --- /dev/null +++ b/36/b19aa1d71ee41a44a39eaec14d97c9e049ccd5 @@ -0,0 +1,63 @@ +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 166C6431FBF + for ; Mon, 24 Jun 2013 23:09:43 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.274 +X-Spam-Level: * +X-Spam-Status: No, score=1.274 tagged_above=-999 required=5 + tests=[RDNS_NONE=1.274] 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 UVjS1oIR4mZY for ; + Mon, 24 Jun 2013 23:09:39 -0700 (PDT) +Received: from yantan.tethera.net (unknown [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 31A73431FBD + for ; Mon, 24 Jun 2013 23:09:34 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1UrMRZ-0008PQ-LS; Tue, 25 Jun 2013 03:09:33 -0300 +Received: (nullmailer pid 12058 invoked by uid 1000); Tue, 25 Jun 2013 + 06:09:28 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH v2 8/8] cli: use notmuch_exclude_t in option parser +In-Reply-To: <1368301809-12532-9-git-send-email-markwalters1009@gmail.com> +References: <1368301809-12532-1-git-send-email-markwalters1009@gmail.com> + <1368301809-12532-9-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.15.2+192~g8222af3 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 24 Jun 2013 23:09:28 -0700 +Message-ID: <87y59yg1rb.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Tue, 25 Jun 2013 06:09:43 -0000 + +Mark Walters writes: + +> From: Peter Wang +> +> Use notmuch_exclude_t constants directly instead of a redundant +> enumeration while parsing search --exclude keyword arguments. +> --- + +pushed, + +d