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 48916431FC1 for ; Sun, 21 Mar 2010 16:14:03 -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 wmjj-CKBlwVQ for ; Sun, 21 Mar 2010 16:14:01 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 4C48B4196F0 for ; Sun, 21 Mar 2010 16:14:01 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 7C0FD19F332C; Mon, 22 Mar 2010 00:14:00 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id P53eoCHTqJMu; Mon, 22 Mar 2010 00:13:59 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 4BE5B19F3327; Mon, 22 Mar 2010 00:13:59 +0100 (CET) Received: from steelpick.localdomain (r5da224.net.upc.cz [86.49.116.224]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id E8F4F15C066; Mon, 22 Mar 2010 00:13:58 +0100 (CET) Received: from wsh by steelpick.localdomain with local (Exim 4.71) (envelope-from ) id 1NtULG-0002TH-8Y; Mon, 22 Mar 2010 00:13:58 +0100 From: Michal Sojka To: Sebastian Spaeth , notmuch@notmuchmail.org In-Reply-To: <87r5nde8e3.fsf@SSpaeth.de> References: <87fx3uflkx.fsf@jhu.edu> <87r5nde8e3.fsf@SSpaeth.de> Date: Mon, 22 Mar 2010 00:13:57 +0100 Message-ID: <87tys9gte2.fsf@steelpick.localdomain> 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: Sun, 21 Mar 2010 23:14:03 -0000 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. M.