Re: [PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 83 / 93559f30d18a03a58482ed7b85646cb14cb727
1 Return-Path: <tomi.ollila@iki.fi>\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 5FD85431FAF\r
6         for <notmuch@notmuchmail.org>; Fri, 15 Feb 2013 00:27:44 -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 DK--Hje2Pnmp for <notmuch@notmuchmail.org>;\r
16         Fri, 15 Feb 2013 00:27:43 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 60FE0431FB6\r
19         for <notmuch@notmuchmail.org>; Fri, 15 Feb 2013 00:27:43 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id EE98810007D;\r
22         Fri, 15 Feb 2013 10:27:30 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Bremner <david@tethera.net>, Carl Worth <cworth@cworth.org>,\r
25         Michal Vyskocil <mvyskocil@suse.cz>, notmuch@notmuchmail.org\r
26 Subject: Re: Search using email headers does not work\r
27 In-Reply-To: <87mwv9i9ho.fsf@convex-new.cs.unb.ca>\r
28 References: <20130211145259.GF7346@zelvantb.site>\r
29         <87ehgl92e5.fsf@zancas.localnet>\r
30         <877gmdo46y.fsf@servo.finestructure.net>\r
31         <20130212173216.GL7346@zelvantb.site>\r
32         <87wqudi9u0.fsf@yoom.home.cworth.org>\r
33         <87mwv9i9ho.fsf@convex-new.cs.unb.ca>\r
34 User-Agent: Notmuch/0.15+20~g7e29ae9 (http://notmuchmail.org) Emacs/24.2.1\r
35         (x86_64-unknown-linux-gnu)\r
36 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
37         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
38         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
39 Date: Fri, 15 Feb 2013 10:27:30 +0200\r
40 Message-ID: <m2a9r6c77x.fsf@guru.guru-group.fi>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Fri, 15 Feb 2013 08:27:44 -0000\r
56 \r
57 On Tue, Feb 12 2013, David Bremner <david@tethera.net> wrote:\r
58 \r
59 > Carl Worth <cworth@cworth.org> writes:\r
60 >>\r
61 >> It's embarrassing to me that I added this note to the notmuch TODO file\r
62 >> in October 2009 (and it's still there):\r
63 >>\r
64 >>     Add support for the user to specify custom headers to be indexed.\r
65 >\r
66 > One techicality is that we would presumeably want to support this both\r
67 > for access via the CLI and via libnotmuch (e.g. for the python\r
68 > bindings).  So there is the question of where to store the list of\r
69 > indexed headers; perhaps in Xapian metadata. Or is there some simpler\r
70 > solution?\r
71 \r
72 BTW: how does clients using libnotmuch instead of CLI find the location\r
73 of mail store and Xapian database if those don't read the configuration\r
74 file used by CLI (and reference database.path there) ? :D\r
75 \r
76 As the location of xapian database is known the location of mail store\r
77 and '.notmuch' directory is also known -- the '.notmuch' directory could\r
78 also contain some other dynamic information having accessor functions\r
79 in libnotmuch... (?)\r
80 \r
81 Tomi\r