[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / c4 / 22f9ee06386ad4499caa249f49b213df22a46b
1 Return-Path: <bremner@unb.ca>\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 E13D6431FAF\r
6         for <notmuch@notmuchmail.org>; Tue, 12 Feb 2013 12:05:21 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id ixfYRN-B6zKu for <notmuch@notmuchmail.org>;\r
16         Tue, 12 Feb 2013 12:05:17 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E2A73431FC0\r
21         for <notmuch@notmuchmail.org>; Tue, 12 Feb 2013 12:05:17 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
25         (envelope-from <bremner@unb.ca>)\r
26         id 1U5M6N-0004RG-Pm; Tue, 12 Feb 2013 16:05:16 -0400\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1U5M6G-0002mT-Eq; Tue, 12 Feb 2013 16:05:08 -0400\r
30 From: David Bremner <david@tethera.net>\r
31 To: Carl Worth <cworth@cworth.org>, Michal Vyskocil <mvyskocil@suse.cz>,\r
32         notmuch@notmuchmail.org\r
33 Subject: Re: Search using email headers does not work\r
34 In-Reply-To: <87wqudi9u0.fsf@yoom.home.cworth.org>\r
35 References: <20130211145259.GF7346@zelvantb.site>\r
36         <87ehgl92e5.fsf@zancas.localnet>\r
37         <877gmdo46y.fsf@servo.finestructure.net>\r
38         <20130212173216.GL7346@zelvantb.site>\r
39         <87wqudi9u0.fsf@yoom.home.cworth.org>\r
40 User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1\r
41         (x86_64-pc-linux-gnu)\r
42 Date: Tue, 12 Feb 2013 16:05:07 -0400\r
43 Message-ID: <87mwv9i9ho.fsf@convex-new.cs.unb.ca>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain\r
46 X-Spam_bar: -\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Tue, 12 Feb 2013 20:05:22 -0000\r
60 \r
61 Carl Worth <cworth@cworth.org> writes:\r
62 >\r
63 > It's embarrassing to me that I added this note to the notmuch TODO file\r
64 > in October 2009 (and it's still there):\r
65 >\r
66 >     Add support for the user to specify custom headers to be indexed.\r
67 \r
68 One techicality is that we would presumeably want to support this both\r
69 for access via the CLI and via libnotmuch (e.g. for the python\r
70 bindings).  So there is the question of where to store the list of\r
71 indexed headers; perhaps in Xapian metadata. Or is there some simpler\r
72 solution?\r
73 \r
74 d\r