[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 9e / 4aa1d67c72be706d36206ecee91ed55d35f450
1 Return-Path: <bremner@pivot.cs.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 1A8BB431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 10 Feb 2010 05:54:34 -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.637\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.637 tagged_above=-999 required=5\r
12         tests=[AWL=-0.638, 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 fuBV6frLanWf for <notmuch@notmuchmail.org>;\r
16         Wed, 10 Feb 2010 05:54:33 -0800 (PST)\r
17 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
18         by olra.theworths.org (Postfix) with ESMTP id 6B8FC431FAE\r
19         for <notmuch@notmuchmail.org>; Wed, 10 Feb 2010 05:54:33 -0800 (PST)\r
20 Received: from\r
21         fctnnbsc30w-142167166109.pppoe-dynamic.high-speed.nb.bellaliant.net\r
22         ([142.167.166.109] helo=rocinante.cs.unb.ca)\r
23         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
24         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
25         id 1NfD1U-0003xU-IG; Wed, 10 Feb 2010 09:54:32 -0400\r
26 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71)\r
27         (envelope-from <bremner@rocinante.cs.unb.ca>)\r
28         id 1NfCyp-0006kq-W8; Wed, 10 Feb 2010 09:51:47 -0400\r
29 From: David Bremner <david@tethera.net>\r
30 To: notmuch@notmuchmail.org, scott@quadhome.com\r
31 In-Reply-To: <1262272660-16786-1-git-send-email-david@tethera.net>\r
32 References: <id:1262249616-sup-3911@elise>\r
33         <1262272660-16786-1-git-send-email-david@tethera.net>\r
34 Date: Wed, 10 Feb 2010 09:51:47 -0400\r
35 Message-ID: <87mxzhjj0s.fsf@rocinante.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
39 Subject: Re: [notmuch] [PATCH] Add an "--format=(json|text)" command-line\r
40  option to both notmuch-search and notmuch-show.\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\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: Wed, 10 Feb 2010 13:54:34 -0000\r
54 \r
55 On Thu, 31 Dec 2009 11:17:40 -0400, david@tethera.net wrote:\r
56 > From: Scott Robinson <scott@quadhome.com>\r
57\r
58 > In the case of notmuch-show, "--format=json" also implies\r
59 > "--entire-thread" as the thread structure is implicit in the emitted\r
60 > document tree.\r
61\r
62 \r
63 Dear Scott and other interested parties;\r
64 \r
65 As I play with json output a bit more, it seems like having\r
66 --entire-thread optional would be useful for quite a few applications.\r
67 For example, if I want to get the From address for a given message-ID, I\r
68 with the current setup I have to post process the output. This is\r
69 doable, but I wonder if the better option isn't to make --entire-thread\r
70 optional for --format=json as well. \r
71 \r
72 Any thoughts?\r
73 \r
74 David\r
75 \r