Re: notmuch-mutt: switch to using the new --duplicate flag
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 5 Sep 2013 07:13:46 +0000 (09:13 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:57 +0000 (09:56 -0800)
83/195a17f2001cbb27e449958e27f02badb54b30 [new file with mode: 0644]

diff --git a/83/195a17f2001cbb27e449958e27f02badb54b30 b/83/195a17f2001cbb27e449958e27f02badb54b30
new file mode 100644 (file)
index 0000000..620864f
--- /dev/null
@@ -0,0 +1,83 @@
+Return-Path: <zack@upsilon.cc>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 98921431FDD\r
+       for <notmuch@notmuchmail.org>; Thu,  5 Sep 2013 00:22:10 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.1\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 0YPXpFXfWyHm for <notmuch@notmuchmail.org>;\r
+       Thu,  5 Sep 2013 00:22:02 -0700 (PDT)\r
+X-Greylist: delayed 491 seconds by postgrey-1.32 at olra;\r
+       Thu, 05 Sep 2013 00:22:02 PDT\r
+Received: from upsilon.hackadomia.org (upsilon.hackadomia.org\r
+ [91.121.245.170])     by olra.theworths.org (Postfix) with ESMTP id 57D3E431FDB\r
+       for <notmuch@notmuchmail.org>; Thu,  5 Sep 2013 00:22:02 -0700 (PDT)\r
+Received: from usha.takhisis.invalid (did75-22-78-236-196-47.fbx.proxad.net\r
+       [78.236.196.47])\r
+       by upsilon.hackadomia.org (Postfix) with ESMTPSA id CF2931029E;\r
+       Thu,  5 Sep 2013 09:13:47 +0200 (CEST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
+       t=1378365227; bh=fguFOXgAFu3iA7E1b/Mz1MS5QScrdkO6dDwMK0MOIAs=;\r
+       h=Date:From:To:Cc:Subject:References:In-Reply-To:From;\r
+       b=OXCWKMWWVIrOFACO+Lvugciq5at68NoWKTlHunj3BsPKAMRnqBAZs7oIkVATD9Kd8\r
+       w9zVa80B0k1POHm8rUV0CEyxqr6s7F7hZ2UiNhvYTNPiKRw6f3uXb5IZizwb7ZxBBK\r
+       qhoIR0MxF9GELmE5O2N4nuzScBhoq+uBy17qiJdc=\r
+Received: by usha.takhisis.invalid (Postfix, from userid 1000)\r
+       id C6C09680532; Thu,  5 Sep 2013 10:13:46 +0300 (EEST)\r
+Date: Thu, 5 Sep 2013 09:13:46 +0200\r
+From: Stefano Zacchiroli <zack@upsilon.cc>\r
+To: Kevin McCarthy <kevin@8t8.us>\r
+Subject: Re: notmuch-mutt: switch to using the new --duplicate flag\r
+Message-ID: <20130905071346.GA29455@upsilon.cc>\r
+References: <1378346751-25548-1-git-send-email-kevin@8t8.us>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=iso-8859-1\r
+Content-Disposition: inline\r
+Content-Transfer-Encoding: 8bit\r
+In-Reply-To: <1378346751-25548-1-git-send-email-kevin@8t8.us>\r
+User-Agent: Mutt/1.5.21 (2010-09-15)\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 05 Sep 2013 07:22:10 -0000\r
+\r
+On Wed, Sep 04, 2013 at 07:05:49PM -0700, Kevin McCarthy wrote:\r
+> This patch series changes notmuch-mutt to use the new built-in\r
+> --duplicate flag for removing duplicates by message-id.\r
+\r
+Thanks Kevin!, the patch looks good to me and I very much welcome the\r
+deduplication of the deduplication feature :), it is pointless to have\r
+an ad-hoc implementation of it in notmuch-mutt now that there is support\r
+in notmuch itself.\r
+\r
+> The duplicate removal is optional, but is currently enabled by default\r
+> in the distributed /etc/Muttrc.d/notmuch-mutt.rc file.\r
+> \r
+> Please don't hesitate to comment if this change is too controversial!\r
+\r
+FWIW I'm fine with either default.\r
+\r
+Cheers.\r
+-- \r
+Stefano Zacchiroli  . . . . . . .  zack@upsilon.cc . . . . o . . . o . o\r
+Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o\r
+Former Debian Project Leader  . . @zack on identi.ca . . o o o . . . o .\r
+« the first rule of tautology club is the first rule of tautology club »\r