From 90e3840ab7b9ae58d7b389cfc8ed2da3a3488f95 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 31 Aug 2015 09:06:57 +2100 Subject: [PATCH] Re: [RFC PATCH 5/5] cli: add support for deduplicating based on case insensitive address --- 20/90ab5b074e589213c2d3263df10c6c413f0f38 | 65 +++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 20/90ab5b074e589213c2d3263df10c6c413f0f38 diff --git a/20/90ab5b074e589213c2d3263df10c6c413f0f38 b/20/90ab5b074e589213c2d3263df10c6c413f0f38 new file mode 100644 index 000000000..724fc64a7 --- /dev/null +++ b/20/90ab5b074e589213c2d3263df10c6c413f0f38 @@ -0,0 +1,65 @@ +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 A88856DE17EB + for ; Sun, 30 Aug 2015 05:09:07 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.117 +X-Spam-Level: +X-Spam-Status: No, score=0.117 tagged_above=-999 required=5 tests=[AWL=0.117] + 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 4opA9Gt6M83l for ; + Sun, 30 Aug 2015 05:09:05 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id B08B36DE1642 + for ; Sun, 30 Aug 2015 05:09:05 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZW1OI-0007H6-Ak; Sun, 30 Aug 2015 12:07:18 +0000 +Received: (nullmailer pid 22233 invoked by uid 1000); Sun, 30 Aug 2015 + 12:06:57 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [RFC PATCH 5/5] cli: add support for deduplicating based on case + insensitive address +In-Reply-To: + +References: + +User-Agent: Notmuch/0.20.2+60~gcb08a2e (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sun, 30 Aug 2015 09:06:57 -0300 +Message-ID: <874mjht1y6.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: Sun, 30 Aug 2015 12:09:07 -0000 + +Jani Nikula writes: + +> Consider all variants of an email address as one, and print the most +> common variant. + +Other than the quibbles already mentioned, the series looks ok to +me. For production it should have one or two tests I guess. Oh, and man +page updates. But you knew that I guess. + +I can live with the current argument syntax, but since a certain a mount +of bikeshedding is expected, here is an alternative suggestion + +--deduplication={none|mailbox|address} -- 2.26.2