From: David Bremner Date: Wed, 31 Dec 2014 21:03:29 +0000 (+0100) Subject: Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0020b4cdb600223c3fc17c3c8baf10bca67ca524;p=notmuch-archives.git Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering --- diff --git a/7f/b7b87099dbe84e45739919bcdd5f2012be9d9c b/7f/b7b87099dbe84e45739919bcdd5f2012be9d9c new file mode 100644 index 000000000..ea236dbc7 --- /dev/null +++ b/7f/b7b87099dbe84e45739919bcdd5f2012be9d9c @@ -0,0 +1,67 @@ +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 E6DD4431FC7 + for ; Wed, 31 Dec 2014 13:03:39 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 igrdyCf3XApK for ; + Wed, 31 Dec 2014 13:03:36 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [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 B804A431FC0 + for ; Wed, 31 Dec 2014 13:03:36 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1Y6QQY-0000mZ-Ll; Wed, 31 Dec 2014 17:03:34 -0400 +Received: (nullmailer pid 8276 invoked by uid 1000); Wed, 31 Dec 2014 + 21:03:29 -0000 +From: David Bremner +To: Michal Sojka , notmuch@notmuchmail.org +Subject: Re: [PATCH v3 10/10] cli: address: Add --filter-by option to + configure address filtering +In-Reply-To: <1415147159-19946-11-git-send-email-sojkam1@fel.cvut.cz> +References: <1415147159-19946-1-git-send-email-sojkam1@fel.cvut.cz> + <1415147159-19946-11-git-send-email-sojkam1@fel.cvut.cz> +User-Agent: Notmuch/0.19+7~g5d7f7a6 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Wed, 31 Dec 2014 22:03:29 +0100 +Message-ID: <87vbkrfs66.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: Tomi Ollila +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: Wed, 31 Dec 2014 21:03:40 -0000 + +Michal Sojka writes: + +> This option allows to configure the criterion for duplicate address +> filtering. Without this option, all unique combinations of name and +> address parts are printed. This option allows to filter the output +> more, for example to only contain unique address parts. + +I had the feeling there was some "controversy" about the UI here, but +following back the 3 versions of the series I didn't see it. Does that +mean we just need to sanity check the code, or are there outstanding +bikes to shed? + +d