[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / fa / b6918df00dae99db75090d8cd813fbf53cba2c
1 Return-Path: <michiel@michielbuddingh.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 olra.theworths.org (Postfix) with ESMTP id 74DE2431FC4\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 08:00:38 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id 0NtT+XqUk2AL for <notmuch@notmuchmail.org>;\r
11         Sun, 22 Nov 2009 08:00:36 -0800 (PST)\r
12 Received: from aegir.org.uk (aegir.org.uk [87.238.170.13])\r
13         by olra.theworths.org (Postfix) with ESMTP id 6DA8F431FC0\r
14         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 08:00:36 -0800 (PST)\r
15 Received: from localhost.localdomain (109-9-ftth.onsnetstudenten.nl\r
16         [145.120.9.109])\r
17         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
18         (No client certificate requested)\r
19         by aegir.org.uk (Postfix) with ESMTPSA id E43BE2E03C;\r
20         Sun, 22 Nov 2009 17:00:35 +0100 (CET)\r
21 Date: Sun, 22 Nov 2009 17:00:36 +0100\r
22 From: Michiel Buddingh' <michiel@michielbuddingh.net>\r
23 To: djcb@djcbsoftware.nl\r
24 Message-ID: <4b096024.f5WEZqYlMxgYs/o1%michiel@michielbuddingh.net>\r
25 References: <87fx8bygi7.fsf@linux.vnet.ibm.com>\r
26         <87bpiv4t9h.fsf@yoom.home.cworth.org>\r
27         <87y6lz39nd.fsf@yoom.home.cworth.org>\r
28         <20091121221207.GB17268@jukie.net>\r
29         <9cce5525b093b87fe74d427954ffad89@localhost>\r
30         <87d43b2oif.fsf@yoom.home.cworth.org>\r
31         <9bfdedddeab9c58cd45d8d448323d0fc@localhost>\r
32         <87vdh2n7y2.wl%djcb@djcbsoftware.nl>\r
33 In-Reply-To: <87vdh2n7y2.wl%djcb@djcbsoftware.nl>\r
34 User-Agent: Heirloom mailx 12.4 7/29/08\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 Content-Transfer-Encoding: 7bit\r
38 Cc: notmuch@notmuchmail.org\r
39 Subject: Re: [notmuch] [PATCH] notmuch: Add Maildir directory name as tag\r
40         name for messages\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.12\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sun, 22 Nov 2009 16:00:38 -0000\r
54 \r
55 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> wrote:\r
56 >     Michiel> +\r
57 >     Michiel> +static void\r
58 >     Michiel> +derive_tags_from_maildir_flags (notmuch_message_t \r
59 >     Michiel> *message, const char *\r
60 >     Michiel> path)\r
61 >\r
62 > I see you don't handle the "N" -- is that deliberate? Also, a \r
63 > minor addition may to also allow for '!' instead of ':' as a \r
64 > separator, as that's the semi-official way to use Maildirs on \r
65 > (V)FAT filesystems (which don't allow for colons in filenames).\r
66 \r
67 Not deliberate.  Simply unaware of the "N" flag, nor aware of \r
68 practices for storing Maildirs on (V)FAT.\r
69 \r
70 I've used only this file as a reference.\r
71 http://cr.yp.to/proto/maildir.html\r
72 \r
73 mvg,\r
74 Michiel Buddingh'\r