[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 2e / aa8f16416e7cb4e043f0c8da06282f364f86a0
1 Return-Path: <dkg@fifthhorseman.net>\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 CC33C429E50\r
6         for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 12:03:24 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 LxMco8-LloYf for <notmuch@notmuchmail.org>;\r
16         Thu, 16 Feb 2012 12:03:20 -0800 (PST)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
18         by olra.theworths.org (Postfix) with ESMTP id C438A429E21\r
19         for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 12:03:20 -0800 (PST)\r
20 Received: from [192.168.13.75] (lair.fifthhorseman.net [108.58.6.98])\r
21         by che.mayfirst.org (Postfix) with ESMTPSA id B1825F970;\r
22         Thu, 16 Feb 2012 15:03:16 -0500 (EST)\r
23 Message-ID: <4F3D6104.7050800@fifthhorseman.net>\r
24 Date: Thu, 16 Feb 2012 15:03:16 -0500\r
25 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
26 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20120125 Icedove/9.0.1\r
27 MIME-Version: 1.0\r
28 To: Philippe LeCavalier <support@plecavalier.com>\r
29 Subject: Re: nomuch_addresses.py\r
30 References: <87r4xur3rv.fsf@plc.plecavalier.com> <87pqded0is.fsf@jhu.edu>\r
31         <87lio2r1y8.fsf@plc.plecavalier.com>\r
32 In-Reply-To: <87lio2r1y8.fsf@plc.plecavalier.com>\r
33 X-Enigmail-Version: 1.3.4\r
34 Content-Type: text/plain; charset=UTF-8\r
35 Content-Transfer-Encoding: 7bit\r
36 Cc: notmuch@notmuchmail.org\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: Thu, 16 Feb 2012 20:03:25 -0000\r
50 \r
51 On 02/16/2012 02:51 PM, Philippe LeCavalier wrote:\r
52 > $ ~/notmuch/notmuch_addresses/notmuch_addresses.py\r
53 > Traceback (most recent call last):\r
54 >   File "/home/plecavalier/notmuch/notmuch_addresses/notmuch_addresses.py", line 19, in <module>\r
55 >     import notmuch\r
56 > ImportError: No module named notmuch\r
57 \r
58 Assuming you're using packaged versions:\r
59 \r
60   apt-get install python-notmuch\r
61 \r
62 or whatever the equivalent is for redhat systems (maybe "yum install\r
63 python-notmuch"?)\r
64 \r
65 According to your User-Agent string, though, you're using notmuch 0.5\r
66 --i don't know if the python bindings from 0.5 are sufficient for\r
67 notmuch_addresses.py.  please report back and let us know what you try\r
68 and what works (or doesn't) for you !\r
69 \r
70 hth,\r
71 \r
72         --dkg\r