Re: [PATCH] Add configurable changed tag to messages that have been changed on disk
authorDavid Bremner <david@tethera.net>
Tue, 22 Apr 2014 22:05:02 +0000 (07:05 +0900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:01:52 +0000 (10:01 -0800)
9f/21d10c6dffa6f2b2aa15b9714dd32d717e4892 [new file with mode: 0644]

diff --git a/9f/21d10c6dffa6f2b2aa15b9714dd32d717e4892 b/9f/21d10c6dffa6f2b2aa15b9714dd32d717e4892
new file mode 100644 (file)
index 0000000..3df3459
--- /dev/null
@@ -0,0 +1,74 @@
+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 olra.theworths.org (Postfix) with ESMTP id A988E431FBF\r
+       for <notmuch@notmuchmail.org>; Tue, 22 Apr 2014 15:07:17 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\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 nLRUXhT8C8EM for <notmuch@notmuchmail.org>;\r
+       Tue, 22 Apr 2014 15:07:10 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+       [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 8BF65431FBD\r
+       for <notmuch@notmuchmail.org>; Tue, 22 Apr 2014 15:07:10 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+       4.72) (envelope-from <david@tethera.net>)\r
+       id 1Wcioa-0007Fv-NO; Tue, 22 Apr 2014 22:05:20 +0000\r
+Received: (nullmailer pid 19601 invoked by uid 1000); Tue, 22 Apr 2014\r
+       22:05:02 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Gaute Hope <eg@gaute.vetsj.com>\r
+Subject: Re: [PATCH] Add configurable changed tag to messages that have been\r
+       changed on disk\r
+In-Reply-To: <1397163239-sup-5101@qwerzila>\r
+References: <1396800683-9164-1-git-send-email-eg@gaute.vetsj.com>\r
+       <87wqf2gqig.fsf@ta.scs.stanford.edu> <1397140962-sup-6514@qwerzila>\r
+       <87wqexnqvb.fsf@ta.scs.stanford.edu> <1397163239-sup-5101@qwerzila>\r
+User-Agent: Notmuch/0.18~rc0 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Wed, 23 Apr 2014 07:05:02 +0900\r
+Message-ID: <87d2g9ja0h.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: notmuch <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: Tue, 22 Apr 2014 22:07:17 -0000\r
+\r
+Gaute Hope <eg@gaute.vetsj.com> writes:\r
+\r
+>\r
+> I am talking about syncing tags to a maildir _folder_, not flags. It\r
+> could be implemented as maildir.synchronize is now, but it would be a\r
+> larger feature which could work in a lot of different ways.\r
+>\r
+\r
+So to try and clarify the use case, this could be used to add a tag\r
+"changed" to each message-id that had one or more files\r
+moved/added/deleted on disk.  You would then retag that message using\r
+something like the output of notmuch search --output=files so that a set\r
+of tags corresponds to a set of folders containing the message. Is this\r
+correct?   I guess the proposed ctime information could be used for this\r
+as well, if it also tracked those non-tag related changes. I guess this\r
+would make it worse for David M's purposes (although presumeably still\r
+better than nothing).\r
+\r
+d\r