Re: [notmuch] Notmuch shared library
[notmuch-archives.git] / 96 / 1a0bd234217fc74e62181c52a0064ed7d2f3ba
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 637B84196F2\r
6         for <notmuch@notmuchmail.org>; Mon, 22 Mar 2010 02:04:17 -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 YKQ7LG5AHl-2 for <notmuch@notmuchmail.org>;\r
16         Mon, 22 Mar 2010 02:04:15 -0700 (PDT)\r
17 Received: from homiemail-a24.g.dreamhost.com (caiajhbdcahe.dreamhost.com\r
18         [208.97.132.74])\r
19         by olra.theworths.org (Postfix) with ESMTP id 2AA464196F0\r
20         for <notmuch@notmuchmail.org>; Mon, 22 Mar 2010 02:04:15 -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-a24.g.dreamhost.com (Postfix) with ESMTPA id E09A12C806B; \r
24         Mon, 22 Mar 2010 02:04:12 -0700 (PDT)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Mon, 22 Mar 2010 10:04:10 +0100\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
29 In-Reply-To: <87tys9gte2.fsf@steelpick.localdomain>\r
30 References: <87fx3uflkx.fsf@jhu.edu> <87r5nde8e3.fsf@SSpaeth.de>\r
31         <87tys9gte2.fsf@steelpick.localdomain>\r
32 Date: Mon, 22 Mar 2010 10:04:10 +0100\r
33 Message-ID: <87ocigenhx.fsf@SSpaeth.de>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 Subject: Re: [notmuch] Using notmuch as an address book for tab-completion\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: Mon, 22 Mar 2010 09:04:17 -0000\r
50 \r
51 On Mon, 22 Mar 2010 00:13:57 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
52 > On Sun, 21 Mar 2010, Sebastian Spaeth wrote:\r
53 > > That reminds me that there is still no installation tool for cnotmuch at\r
54 > > all. I'll have to have a look into that.\r
55\r
56 > Hi, I have also a silly question :) Why did you call it cnotmuch? I'd\r
57 > expect such a thing to be called pynotmuch or similar. When I saw\r
58 > cnotmuch here I had to search other emails to find what it really is.\r
59 > Fortunately, with notmuch, I found it very quickly :-D.\r
60 \r
61 Hi Michal,\r
62 \r
63 no silly question at all ;). I found pynotmuch a bit predictive and\r
64 boring, and as this is the notmuch bindings to the C-library notmuch, I\r
65 just called it 'cnotmuch'. A "pynotmuch" would be a pure python\r
66 re-implementation in my mindset...\r
67 \r
68 Just like the c-version of the StringIO module is called cStringIO. etc,\r
69 so I am not completely off the track here.\r
70 \r
71 Having that said, I am not particularly attached to that name and can\r
72 easily change it. I am in the process of uploading it to pypi.python.org\r
73 though, so it will soon be available for a simple local install with\r
74 "easy_install cnotmuch".\r
75 \r
76 Next to finding it, the only reference a user will usually only need is\r
77 "from cnotmuch import notmuch", the rest is just "notmuch" stuff.\r
78 \r
79 Sebastian\r