[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / ad / ea517065e6168fe30b13401084ab7c690d7413
1 Return-Path: <scott@quadhome.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 42748431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 10 Feb 2010 09:54:49 -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.246\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.246 tagged_above=-999 required=5\r
12         tests=[AWL=-0.247, BAYES_50=0.001] autolearn=ham\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 bNcYRH47tI+d for <notmuch@notmuchmail.org>;\r
16         Wed, 10 Feb 2010 09:54:48 -0800 (PST)\r
17 Received: from julia.quadhome.com (quadhome.xen.prgmr.com [68.68.99.250])\r
18         by olra.theworths.org (Postfix) with ESMTP id 9F865431FAE\r
19         for <notmuch@notmuchmail.org>; Wed, 10 Feb 2010 09:54:48 -0800 (PST)\r
20 Received: from elise.quadhome.com (150.59.148.190.dsl.intelnet.net.gt\r
21         [190.148.59.150])\r
22         by julia.quadhome.com (Postfix) with ESMTPSA id B77DE5FA92\r
23         for <notmuch@notmuchmail.org>; Wed, 10 Feb 2010 17:54:47 +0000 (UTC)\r
24 Content-Type: text/plain; charset=UTF-8\r
25 From: Scott Robinson <scott@quadhome.com>\r
26 To: notmuch <notmuch@notmuchmail.org>\r
27 In-reply-to: <87mxzhjj0s.fsf@rocinante.cs.unb.ca>\r
28 References: <id:1262249616-sup-3911@elise>\r
29         <1262272660-16786-1-git-send-email-david@tethera.net>\r
30         <87mxzhjj0s.fsf@rocinante.cs.unb.ca>\r
31 Date: Wed, 10 Feb 2010 11:54:45 -0600\r
32 Message-Id: <1265824234-sup-8219@elise>\r
33 User-Agent: Sup/0.10.2\r
34 Content-Transfer-Encoding: 8bit\r
35 Subject: Re: [notmuch] [PATCH] Add an "--format=(json|text)" command-line\r
36         option to both notmuch-search and notmuch-show.\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 10 Feb 2010 17:54:49 -0000\r
50 \r
51 Excerpts from David Bremner's message of Wed Feb 10 07:51:47 -0600 2010:\r
52 > Dear Scott and other interested parties;\r
53\r
54 > As I play with json output a bit more, it seems like having\r
55 > --entire-thread optional would be useful for quite a few applications.\r
56 > For example, if I want to get the From address for a given message-ID, I\r
57 > with the current setup I have to post process the output. This is\r
58 > doable, but I wonder if the better option isn't to make --entire-thread\r
59 > optional for --format=json as well. \r
60\r
61 > Any thoughts?\r
62 \r
63 I made --entire-thread forced becuase it kept the JSON patch minimal. The way\r
64 the thread structure is calculated is closely tied into the message tree\r
65 recursion. It would have required a much more significant refactoring to get\r
66 both ways; and, I wanted the patch to have as few barriers to being merged.\r
67 \r
68 However, as patch still hasn't been merged and probably needs to be rebased,\r
69 there doesn't seem to be any good reason anymore to avoid the work.\r
70 \r
71 Except, I can't do it. As I noted in an earlier e-mail, I have to abandon this\r
72 piece of code. I'm a bit busy backpacking through Central America. :-)\r