Automatic suppression of non-duplicate messages
authorEirik Byrkjeflot Anonsen <eirik@eirikba.org>
Sat, 3 Nov 2012 10:17:18 +0000 (11:17 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:50:16 +0000 (09:50 -0800)
ca/f21fb0732121a0ddf68f9e7e4668a7374b09fe [new file with mode: 0644]

diff --git a/ca/f21fb0732121a0ddf68f9e7e4668a7374b09fe b/ca/f21fb0732121a0ddf68f9e7e4668a7374b09fe
new file mode 100644 (file)
index 0000000..a96ddfe
--- /dev/null
@@ -0,0 +1,93 @@
+Return-Path: <eirik@eirikba.org>\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 5542E431FAF\r
+       for <notmuch@notmuchmail.org>; Sat,  3 Nov 2012 03:17:21 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 qiL-0Y+UrM9h for <notmuch@notmuchmail.org>;\r
+       Sat,  3 Nov 2012 03:17:20 -0700 (PDT)\r
+Received: from atmail.labs2.com (atmail.labs2.com [93.182.166.49])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C310A431FAE\r
+       for <notmuch@notmuchmail.org>; Sat,  3 Nov 2012 03:17:20 -0700 (PDT)\r
+Received: from [178.74.1.248] (helo=star.eba)\r
+       by atmail.labs2.com with esmtps (TLSv1:AES128-SHA:128) (Exim 4.77)\r
+       (envelope-from <eirik@eirikba.org>) id 1TUamw-00039j-8i\r
+       for notmuch@notmuchmail.org; Sat, 03 Nov 2012 11:17:14 +0100\r
+Received: from eirik by star.eba with local (Exim 4.80)\r
+       (envelope-from <eirik@eirikba.org>) id 1TUan0-00062s-48\r
+       for notmuch@notmuchmail.org; Sat, 03 Nov 2012 11:17:18 +0100\r
+From: Eirik Byrkjeflot Anonsen <eirik@eirikba.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: Automatic suppression of non-duplicate messages\r
+Date: Sat, 03 Nov 2012 11:17:18 +0100\r
+Message-ID: <87mwyz3s9d.fsf@star.eba>\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-ACL-Warn: Authenticated as:  Sent as: eirik@eirikba.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: Sat, 03 Nov 2012 10:17:21 -0000\r
+\r
+As has been mentioned a few times before, notmuch chooses to silently\r
+drop any message that has the same message-id as an already-seen\r
+message.\r
+\r
+In another thread, Austin Clements said:\r
+\r
+> notmuch tracks all copies of a message, but its output generally shows\r
+> messages, rather than files, so you see a message only once regardless\r
+> of how many copies there are in the file system.\r
+\r
+That's not what I see.  If I search for a term that only appears in one\r
+of the "copies", none of the copies are included in the search result.\r
+\r
+This is with:\r
+$ dpkg -l | grep notmuch | <remove uninteresting stuff>\r
+ii  libnotmuch3                                    0.13.2-1\r
+ii  notmuch                                        0.13.2-1\r
+ii  notmuch-emacs                                  0.13.2-1\r
+\r
+\r
+However, I still find it a much bigger problem that notmuch will\r
+silently and automatically discard new mail without letting me know that\r
+they exist, let alone allow me to read them.  (I.e. when receiving a new\r
+mail that happens to have the same message-id as a previously received\r
+mail.)\r
+\r
+Personally, I find almost no cost in seeing all near-duplicates of the\r
+same message (a cost that could be further mitigated by clever\r
+presentation).  Conversely, I find a huge cost in never seeing some\r
+messages at all.\r
+\r
+This is currently the main issue that keeps me from switching to\r
+notmuch.  (Importing my mail into notmuch dropped roughly 6800 mails.\r
+I'm sure most of these mails are near-duplicates, but I've found 34\r
+mails so far that are emphatically not.)\r
+\r
+I think it is a nice and useful design to use the message-id as the\r
+unique id to refer to a specific message.  Most of the time, this will\r
+work just fine.  However, it is less useful to blindly trust that this\r
+will always work correctly.\r
+\r
+eirik\r