Re: [PATCH 1/5] Fix comments about what is stored in the database
[notmuch-archives.git] / ab / 27eaf2ad39f060accae95cadea449db405055e
1 Return-Path: <Sebastian@SSpaeth.de>\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 6C35E4196F3\r
6         for <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 06:52:59 -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.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         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 sKhgBKxY2kZl for <notmuch@notmuchmail.org>;\r
16         Thu, 25 Mar 2010 06:52:57 -0700 (PDT)\r
17 Received: from homiemail-a25.g.dreamhost.com (caiajhbdccac.dreamhost.com\r
18         [208.97.132.202])\r
19         by olra.theworths.org (Postfix) with ESMTP id 1C1E34196F2\r
20         for <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 06:52:57 -0700 (PDT)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a25.g.dreamhost.com (Postfix) with ESMTPA id 399E7678062\r
24         for <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 06:52:55 -0700 (PDT)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Thu, 25 Mar 2010 14:52:52 +0100\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: Notmuch development list <notmuch@notmuchmail.org>\r
29 In-Reply-To: <87k4t4effn.fsf@SSpaeth.de>\r
30 References: <87k4t4effn.fsf@SSpaeth.de>\r
31 Date: Thu, 25 Mar 2010 14:52:52 +0100\r
32 Message-ID: <87sk7oh5jf.fsf@SSpaeth.de>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Subject: [notmuch] cnotmuch 0.2.1 release (API complete)\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Thu, 25 Mar 2010 13:52:59 -0000\r
49 \r
50 FYI: The python bindings for notmuch.so are now API complete and I\r
51 released them as version 0.2.1.\r
52 \r
53 See:\r
54 http://pypi.python.org/pypi/cnotmuch for an overview and downloads.\r
55 http://bitbucket.org/spaetz/cnotmuch/ the source code repo/history\r
56 http://packages.python.org/cnotmuch/ the API documentation\r
57 \r
58 > This means you can do "easy_install cnotmuch" on your linux box and it\r
59 > will get installed into:\r
60\r
61 > /usr/local/lib/python2.x/dist-packages/\r
62\r
63 > For uninstalling, you'll need to remove the "cnotmuch-0.2.1-py2.x.egg"\r
64 > file/directory and delete one entry in the "easy-install.pth" file in that\r
65 > same directory.\r
66\r
67 > It needs to have a libnotmuch.so or libnotmuch.so.1 available in some\r
68 > library folder or will raise an exception when loading.\r
69 > "OSError: libnotmuch.so.1: cannot open shared object file: No such file or directory"\r
70 \r
71 Have fun,\r
72 \r
73 Sebastian\r