Re: [PATCH] Re: Add /renew/ tag to moved/renamed/reflagged messages
authorDavid Bremner <david@tethera.net>
Fri, 10 Apr 2015 23:56:56 +0000 (08:56 +0900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:47 +0000 (14:48 -0700)
1d/9b5c4d38643ad5b9e3ae5d7dccf3c83bb597e0 [new file with mode: 0644]

diff --git a/1d/9b5c4d38643ad5b9e3ae5d7dccf3c83bb597e0 b/1d/9b5c4d38643ad5b9e3ae5d7dccf3c83bb597e0
new file mode 100644 (file)
index 0000000..2e44a29
--- /dev/null
@@ -0,0 +1,82 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 6B0E46DE1638\r
+ for <notmuch@notmuchmail.org>; Fri, 10 Apr 2015 16:58:16 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.38\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.38 tagged_above=-999 required=5 tests=[AWL=0.380]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id hknz1w0dZcZS for <notmuch@notmuchmail.org>;\r
+ Fri, 10 Apr 2015 16:58:13 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 80FF96DE15E7\r
+ for <notmuch@notmuchmail.org>; Fri, 10 Apr 2015 16:58:13 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <david@tethera.net>)\r
+ id 1YginS-0006mq-Ve; Fri, 10 Apr 2015 23:57:14 +0000\r
+Received: (nullmailer pid 21632 invoked by uid 1000); Fri, 10 Apr 2015\r
+ 23:56:57 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Baptiste <bateast@bat.fr.eu.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] Re: Add /renew/ tag to moved/renamed/reflagged messages\r
+In-Reply-To: <87fv9kq1fu.fsf@vm_arch_64.bat.fr.eu.org>\r
+References: <87ioegq5ca.fsf@vm_arch_64.bat.fr.eu.org>\r
+ <87fv9kq1fu.fsf@vm_arch_64.bat.fr.eu.org>\r
+User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 11 Apr 2015 08:56:56 +0900\r
+Message-ID: <87pp7bwn93.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Fri, 10 Apr 2015 23:58:16 -0000\r
+\r
+Baptiste <bateast@bat.fr.eu.org> writes:\r
+\r
+> Hi,=20\r
+>\r
+>> What about another automatic tag to re-add to an existing mail when =3Dn=\r
+otmuch new=3D detect a moved, renamed or reflagged message=C2=A0...\r
+>\r
+> the following code sample seems to actually do the job=C2=A0=E2=80=A6\r
+>\r
+\r
+Sorry I still haven't had a chance to review your patch in detail. A few\r
+things I did wonder about\r
+\r
+- There is a patch series in progress to add a "last modified time" to\r
+  all messages [1]. It seems like this should also work for your case\r
+  since renaming counts as modification in this context. It might not be\r
+  quite as easy/efficient for your use case as your proposal, but it\r
+  seems like it should work.\r
+\r
+- What about messages added by notmuch-insert? I guess you are maybe not\r
+  using it, but it seems odd to only support changes detected in\r
+  notmuch-new.\r
+\r
+- This might be because I haven't worked through the details, but it\r
+  isn't obvious to me how your patch behaves with messages with multiple\r
+  files on disk.\r
+\r
+\r
+\r
+[1]: id:1428274754-1698-1-git-send-email-david@tethera.net\r