[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 36 / 6bd6395f495d257b3873aeb79d7dd3cf6756f2
1 Return-Path: <imain@redhat.com>\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 20C71431FB6\r
6         for <notmuch@notmuchmail.org>; Thu,  2 Oct 2014 12:32:20 -0700 (PDT)\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\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 ktTql86AvrNo for <notmuch@notmuchmail.org>;\r
16         Thu,  2 Oct 2014 12:32:16 -0700 (PDT)\r
17 Received: from cmta11.telus.net (cmta11.telus.net [209.171.16.84])\r
18         by olra.theworths.org (Postfix) with ESMTP id 0F49A431FBC\r
19         for <notmuch@notmuchmail.org>; Thu,  2 Oct 2014 12:32:15 -0700 (PDT)\r
20 Received: from ovo.mains.priv ([207.102.88.62]) by cmta11.telus.net with TELUS\r
21         id yKYE1o00d1LiWEf01KYF67; Thu, 02 Oct 2014 13:32:15 -0600\r
22 X-Authority-Analysis: v=2.0 cv=daReKwre c=1 sm=2\r
23         a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=S-IsBHyFrF4A:10 a=IkcTkHD0fZMA:10\r
24         a=tsa3CZZnAAAA:8 a=pGLkceISAAAA:8 a=OQOlkEr0AAAA:8\r
25         a=gM4CmfTiCWTIJuLeQisA:9\r
26         a=QEXdDO2ut3YA:10 a=MSl-tDqOz04A:10 a=SO3WljcwdcsA:10\r
27         a=EcQDfIwDZEqJA1f7rVUV8Q==:117\r
28 X-Telus-Outbound-IP: 207.102.88.62\r
29 Received: from ovo.mains.priv (localhost.localdomain [127.0.0.1])\r
30         by ovo.mains.priv (8.14.8/8.14.8) with ESMTP id s92JWCvC020909\r
31         for <notmuch@notmuchmail.org>; Thu, 2 Oct 2014 12:32:13 -0700\r
32 Received: (from imain@localhost)\r
33         by ovo.mains.priv (8.14.8/8.14.8/Submit) id s92JWBl0020908;\r
34         Thu, 2 Oct 2014 12:32:11 -0700\r
35 X-Authentication-Warning: ovo.mains.priv: imain set sender to imain@redhat.com\r
36         using -f\r
37 Date: Thu, 02 Oct 2014 12:32:11 -0700\r
38 From: Ian Main <imain@stemwinder.org>\r
39 To: notmuch@notmuchmail.org\r
40 Message-ID: <542da83bb9cd9_50b1171de9034@ovo.mains.priv.notmuch>\r
41 In-Reply-To: <87zjdeaf4t.fsf@maritornes.cs.unb.ca>\r
42 References:\r
43  <CAHc2pO19AZabAiJhdfQR1rL5t0GufLAq5cKb_7w-Z8y+JXT5+g@mail.gmail.com>\r
44         <87zjdeaf4t.fsf@maritornes.cs.unb.ca>\r
45 Subject: Re: notmuch-vim doesn't respect notmuch config defaults\r
46 Mime-Version: 1.0\r
47 Content-Type: text/plain;\r
48  charset=utf-8\r
49 Content-Transfer-Encoding: 7bit\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Thu, 02 Oct 2014 19:32:20 -0000\r
63 \r
64 David Bremner wrote:\r
65 > Sergei Shilovsky <sshilovsky@gmail.com> writes:\r
66\r
67 > > I would suggest to use `notmuch config list` to get configuration\r
68 > > values in vim if possible\r
69\r
70 > I guess this is a general question we haven't really resolved, namely\r
71 > sharing configuration information between various notmuch frontends.\r
72 > .notmuch-config is really the configuration file for the notmuch CLI; it\r
73 > isn't read by library, so clients using language bindings won't see it\r
74 > at all by default.\r
75\r
76 > On a somewhat related note I've been thinking how to best associate\r
77 > configuration information with a database (see e.g. the thread at\r
78 > id:1411805835-3563-1-git-send-email-david@tethera.net ). Note that this\r
79 > would not help this particular case.\r
80\r
81 > Offhand, I wouldn't be personally to some interface at the library level\r
82 > wrapping the reading and writing of ~/.notmuch-config, although as I\r
83 > mentioned before, the size and complexity of notmuch-config.c perturb me\r
84 > a little as far as being suitable for library code.\r
85 \r
86 I could change the vim client to use notmuch config list easily enough.\r
87 \r
88 Any consensus here?  How does the emacs client do it?  I can make up a patch if\r
89 this seems like the right way to go.\r
90 \r
91 Also, someone on IRC mentioned making it so config list could dump JSON\r
92 which would make that more reasonable.\r
93 \r
94     Ian\r