[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / a5 / 9a1b4dee41636bdcefe2a790647e78ccd11dde
1 Return-Path: <pieter@praet.org>\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 7EF76431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 08:56:23 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=unavailable\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 6msHKyOF-ni1 for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 08:56:23 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  F1D8B431FC7    for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 08:56:18 -0800\r
21  (PST)\r
22 Received: by wgbdr13 with SMTP id dr13so407540wgb.2\r
23         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 08:56:17 -0800 (PST)\r
24 Received: by 10.180.77.35 with SMTP id p3mr21470272wiw.11.1326732977731;\r
25         Mon, 16 Jan 2012 08:56:17 -0800 (PST)\r
26 Received: from localhost ([109.131.75.86])\r
27         by mx.google.com with ESMTPS id q5sm22975285wbo.8.2012.01.16.08.56.16\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Mon, 16 Jan 2012 08:56:17 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Edmondson <dme@dme.org>,\r
32         Jameson Graef Rollins <jrollins@finestructure.net>\r
33 Subject: Re: [PATCH 3/3] emacs: colorize buttonized 'id:' links depending on\r
34         the target message's state\r
35 In-Reply-To: <cun4nvv50s6.fsf@hotblack-desiato.hh.sledj.net>\r
36 References: <874nw0ltwz.fsf@praet.org>\r
37         <1326389025-18877-1-git-send-email-pieter@praet.org>\r
38         <1326389025-18877-3-git-send-email-pieter@praet.org>\r
39         <cun4nvv50s6.fsf@hotblack-desiato.hh.sledj.net>\r
40 User-Agent: Notmuch/0.11+78~g6c58370 (http://notmuchmail.org) Emacs/23.3.1\r
41         (x86_64-unknown-linux-gnu)\r
42 Date: Mon, 16 Jan 2012 17:54:33 +0100\r
43 Message-ID: <87hazva8qe.fsf@praet.org>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain; charset=us-ascii\r
46 Cc: Notmuch Mail <notmuch@notmuchmail.org>\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: Mon, 16 Jan 2012 16:56:23 -0000\r
60 \r
61 On Mon, 16 Jan 2012 11:45:13 +0000, David Edmondson <dme@dme.org> wrote:\r
62 > On Thu, 12 Jan 2012 18:23:45 +0100, Pieter Praet <pieter@praet.org> wrote:\r
63 > > +                   'face (cond\r
64 > > +                          ((notmuch-show-found-target-p message-id t)\r
65 > > +                           'notmuch-show-buttonized-link-present-and-unread)\r
66 > > +                          ((notmuch-show-found-target-p message-id)\r
67 > > +                           'notmuch-show-buttonized-link-present)\r
68 > > +                          (t 'notmuch-show-buttonized-link-missing)))))))\r
69\r
70 > I like it, but worry a bit more about the performance [...]\r
71 \r
72 Rightly so :)\r
73 \r
74 > [...] (we're up to two\r
75 > 'notmuch' invocations for a missing or read message).\r
76 \r
77 I'll at least add an option to toggle it.\r
78 \r
79 Patch follows.\r
80 \r
81 \r
82 Peace\r
83 \r
84 -- \r
85 Pieter\r