From: David Bremner Date: Sat, 24 Oct 2015 00:55:06 +0000 (+2100) 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=875ffae6f0757fece62737fd5823b7481eccdca6;p=notmuch-archives.git Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering --- diff --git a/9f/e0afa466a524e2cc10b1fb29b47b4775a9ab61 b/9f/e0afa466a524e2cc10b1fb29b47b4775a9ab61 new file mode 100644 index 000000000..319ee0d89 --- /dev/null +++ b/9f/e0afa466a524e2cc10b1fb29b47b4775a9ab61 @@ -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 arlo.cworth.org (Postfix) with ESMTP id EC13D6DE1329 + for ; Fri, 23 Oct 2015 17:56:29 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.099 +X-Spam-Level: +X-Spam-Status: No, score=0.099 tagged_above=-999 required=5 tests=[AWL=0.099] + 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 GGIj7Q-T4xzA for ; + Fri, 23 Oct 2015 17:56:28 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id D331B6DE0B29 + for ; Fri, 23 Oct 2015 17:56:27 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1Zpn7U-0006v2-KN; Sat, 24 Oct 2015 00:55:40 +0000 +Received: (nullmailer pid 29062 invoked by uid 1000); Sat, 24 Oct 2015 + 00:55:06 -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.20.2+93~g33c8777 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 23 Oct 2015 21:55:06 -0300 +Message-ID: <87oafpkrv9.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: Sat, 24 Oct 2015 00:56:30 -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. + +It seems that this patch is obsoleted by + + e5a03354294fb9d2ddcc8c03459fc2e347bd0ec1 + +d