[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 93 / cd719cc1802ea4e15f34c0772b7bc3f92b4868
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 3A12B6DE132D\r
6  for <notmuch@notmuchmail.org>; Wed,  3 Feb 2016 07:38:40 -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 po2DNjZnxqyg for <notmuch@notmuchmail.org>;\r
16  Wed,  3 Feb 2016 07:38:36 -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 8DF1B6DE1329\r
19  for <notmuch@notmuchmail.org>; Wed,  3 Feb 2016 07:38:36 -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 1aQzVA-0007LU-Va; Wed, 03 Feb 2016 10:37:53 -0500\r
23 Received: (nullmailer pid 7120 invoked by uid 1000);\r
24  Wed, 03 Feb 2016 15:38:30 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Jan Pobrislo <ccx@webprojekty.cz>, notmuch@notmuchmail.org\r
27 Subject: Re: [PATCH/RFC 0/3] Maildir custom flags and notmuch tags\r
28 In-Reply-To: <20160203153250.56aa0b2b@dorje.v103.te2000>\r
29 References: <1448504191-30974-1-git-send-email-igor.contato@gmail.com>\r
30  <87mvsd7cxr.fsf@zancas.localnet> <20160202175220.12f8a712@dorje.v103.te2000>\r
31  <87d1se9f2b.fsf@zancas.localnet> <20160203153250.56aa0b2b@dorje.v103.te2000>\r
32 User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1\r
33  (x86_64-pc-linux-gnu)\r
34 Date: Wed, 03 Feb 2016 11:38:30 -0400\r
35 Message-ID: <87egctyfbd.fsf@tesseract.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.20\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 03 Feb 2016 15:38:40 -0000\r
51 \r
52 Jan Pobrislo <ccx@webprojekty.cz> writes:\r
53 \r
54 >\r
55 > Every such maildir extension out there that I know of was invented for\r
56 > some specific application. Out of the two documented formats there are,\r
57 > the dovecot-keywords file is:\r
58 >\r
59 > 1) more limited (26 tags maximum)\r
60 > 2) simpler to implement, especially wrt. detecting changes\r
61 > 3) usable out of the box with some tools, as you noted\r
62 \r
63 Actually, I just mean the extra maildir flags. I guess only the dovecot\r
64 sync tool syncs dovecot-keywords. And I don't think "notmuch+dsync\r
65 users" is a very big group, fwiw.\r
66 \r
67 >> On the other hand, maybe not much change to the notmuch core would be\r
68 >> needed to at least experiment with this, using e.g. hooks to\r
69 >> notmuch-insert and notmuch-new.\r
70 >\r
71 > I was pondering this before and would find it rather neat, but it is\r
72 > bit more complicated than it might first seem. The hook needs to be\r
73 > able to add arbitrary files to be watched for changes and deduce from\r
74 > that which files need their tags re-read.\r
75 \r
76 perhaps lastmod: queries can help here. that's more or less what they\r
77 added for.\r
78 \r
79 d\r
80 \r