[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 60 / ca1c616c73d5e9e69371553931a1b566692943
1 Return-Path: <amdragon@gmail.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 36035431FD0\r
6         for <notmuch@notmuchmail.org>; Wed,  2 Nov 2011 07:18:22 -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.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
13         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id czwZkQ+xIrjr for <notmuch@notmuchmail.org>;\r
17         Wed,  2 Nov 2011 07:18:21 -0700 (PDT)\r
18 Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com\r
19         [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id A24DF431FB6\r
22         for <notmuch@notmuchmail.org>; Wed,  2 Nov 2011 07:18:21 -0700 (PDT)\r
23 Received: by vws19 with SMTP id 19so188375vws.26\r
24         for <notmuch@notmuchmail.org>; Wed, 02 Nov 2011 07:18:21 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=mime-version:sender:in-reply-to:references:date\r
27         :x-google-sender-auth:message-id:subject:from:to:cc:content-type;\r
28         bh=bqhj1qczT0gvsudUKl5lDUJLXbxYoQotn731SUpxcoE=;\r
29         b=xO2txU/iQBj0RITqB3e1LTFAEOemSpS+uw50PULBm52RlUUYg6zg5F6KC3zwXuCj4Q\r
30         Cs+Z48Mekfx2HGvZFq3Sh4mFvazfuPDHEq8H/75TrLgCoWks3rvFcpyYXb2Dcry0b1Io\r
31         qYsePbi2m27zwD2sTf+OPG3EbGrHbCUyITGfE=\r
32 MIME-Version: 1.0\r
33 Received: by 10.68.30.198 with SMTP id u6mr5134367pbh.38.1320243500617; Wed,\r
34         02 Nov 2011 07:18:20 -0700 (PDT)\r
35 Sender: amdragon@gmail.com\r
36 Received: by 10.143.166.17 with HTTP; Wed, 2 Nov 2011 07:18:20 -0700 (PDT)\r
37 In-Reply-To: <1319813790-17418-1-git-send-email-david@tethera.net>\r
38 References: <1319813790-17418-1-git-send-email-david@tethera.net>\r
39 Date: Wed, 2 Nov 2011 10:18:20 -0400\r
40 X-Google-Sender-Auth: lVFrHpcRzRIDFGqBeFukRUbSvj0\r
41 Message-ID:\r
42  <CAH-f9WtrjLS=ANtpWAX7F4_GNNSaiy8C2tcu9pHekG5UPn1P2A@mail.gmail.com>\r
43 Subject: Re: [PATCH] lib/database.cc: use flush Xapian method instead of\r
44  commit\r
45 From: Austin Clements <amdragon@mit.edu>\r
46 To: David Bremner <david@tethera.net>\r
47 Content-Type: text/plain; charset=ISO-8859-1\r
48 Cc: notmuch@notmuchmail.org, David Bremner <bremner@debian.org>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 02 Nov 2011 14:18:22 -0000\r
62 \r
63 On Fri, Oct 28, 2011 at 10:56 AM, David Bremner <david@tethera.net> wrote:\r
64 > From: David Bremner <bremner@debian.org>\r
65 >\r
66 > Apparently the method was renamed in Xapian 1.1.0 but the old method\r
67 > name will stay around for a while. It seems better to stick with the\r
68 > old name to make notmuch compile with older versions of Xapian, at\r
69 > least for now.\r
70 \r
71 LGTM\r