Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 637B84196F2 for ; Mon, 22 Mar 2010 02:04:17 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YKQ7LG5AHl-2 for ; Mon, 22 Mar 2010 02:04:15 -0700 (PDT) Received: from homiemail-a24.g.dreamhost.com (caiajhbdcahe.dreamhost.com [208.97.132.74]) by olra.theworths.org (Postfix) with ESMTP id 2AA464196F0 for ; Mon, 22 Mar 2010 02:04:15 -0700 (PDT) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a24.g.dreamhost.com (Postfix) with ESMTPA id E09A12C806B; Mon, 22 Mar 2010 02:04:12 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 22 Mar 2010 10:04:10 +0100 From: "Sebastian Spaeth" To: Michal Sojka , notmuch@notmuchmail.org In-Reply-To: <87tys9gte2.fsf@steelpick.localdomain> References: <87fx3uflkx.fsf@jhu.edu> <87r5nde8e3.fsf@SSpaeth.de> <87tys9gte2.fsf@steelpick.localdomain> Date: Mon, 22 Mar 2010 10:04:10 +0100 Message-ID: <87ocigenhx.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Using notmuch as an address book for tab-completion X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 09:04:17 -0000 On Mon, 22 Mar 2010 00:13:57 +0100, Michal Sojka wrote: > On Sun, 21 Mar 2010, Sebastian Spaeth wrote: > > That reminds me that there is still no installation tool for cnotmuch at > > all. I'll have to have a look into that. > > Hi, I have also a silly question :) Why did you call it cnotmuch? I'd > expect such a thing to be called pynotmuch or similar. When I saw > cnotmuch here I had to search other emails to find what it really is. > Fortunately, with notmuch, I found it very quickly :-D. Hi Michal, no silly question at all ;). I found pynotmuch a bit predictive and boring, and as this is the notmuch bindings to the C-library notmuch, I just called it 'cnotmuch'. A "pynotmuch" would be a pure python re-implementation in my mindset... Just like the c-version of the StringIO module is called cStringIO. etc, so I am not completely off the track here. Having that said, I am not particularly attached to that name and can easily change it. I am in the process of uploading it to pypi.python.org though, so it will soon be available for a simple local install with "easy_install cnotmuch". Next to finding it, the only reference a user will usually only need is "from cnotmuch import notmuch", the rest is just "notmuch" stuff. Sebastian