[PATCH] remove debugging spew from T590
[notmuch-archives.git] / 4a / 4f8b0985d2eb36f24f962f81437fce143af9dd
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 367B66DE1216\r
6  for <notmuch@notmuchmail.org>; Wed,  3 Feb 2016 08:04:23 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.308\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.308 tagged_above=-999 required=5 tests=[AWL=0.243,\r
12   RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id mOzJkBORrY-D for <notmuch@notmuchmail.org>;\r
16  Wed,  3 Feb 2016 08:04:18 -0800 (PST)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 627146DE119C\r
19  for <notmuch@notmuchmail.org>; Wed,  3 Feb 2016 08:04:18 -0800 (PST)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1aQzu5-0007h5-9w; Wed, 03 Feb 2016 11:03:37 -0500\r
23 Received: (nullmailer pid 20156 invoked by uid 1000);\r
24  Wed, 03 Feb 2016 16:04:14 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Jan Pobrislo <ccx@webprojekty.cz>\r
27 Cc: notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH/RFC 0/3] Maildir custom flags and notmuch tags\r
29 In-Reply-To: <20160203165650.4ae528c1@dorje.v103.te2000>\r
30 References: <1448504191-30974-1-git-send-email-igor.contato@gmail.com>\r
31  <87mvsd7cxr.fsf@zancas.localnet> <20160202175220.12f8a712@dorje.v103.te2000>\r
32  <87d1se9f2b.fsf@zancas.localnet> <20160203153250.56aa0b2b@dorje.v103.te2000>\r
33  <87egctyfbd.fsf@tesseract.cs.unb.ca>\r
34  <20160203165650.4ae528c1@dorje.v103.te2000>\r
35 User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1\r
36  (x86_64-pc-linux-gnu)\r
37 Date: Wed, 03 Feb 2016 12:04:14 -0400\r
38 Message-ID: <878u31ye4h.fsf@tesseract.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.20\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 03 Feb 2016 16:04:23 -0000\r
54 \r
55 Jan Pobrislo <ccx@webprojekty.cz> writes:\r
56 \r
57 > On Wed, 03 Feb 2016 11:38:30 -0400\r
58 > David Bremner <david@tethera.net> wrote:\r
59 >> > I was pondering this before and would find it rather neat, but it is\r
60 >> > bit more complicated than it might first seem. The hook needs to be\r
61 >> > able to add arbitrary files to be watched for changes and deduce\r
62 >> > from that which files need their tags re-read.  \r
63 >> \r
64 >> perhaps lastmod: queries can help here. that's more or less what they\r
65 >> added for.\r
66 >> \r
67 >> d\r
68 >> \r
69 >\r
70 > That only helps with applying tags from notmuch to maildir, not\r
71 > vice-versa, which is the main thing I was talking about.\r
72 \r
73 For changes to dovecot-keywords files, you're on your own. But changes\r
74 to the actual maildir flags are file renames, which should trigger an\r
75 increase in lastmod counter; if not I'd consider that a bug.\r
76 \r
77 d\r