From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A6E2C431FAF for ; Tue, 28 Feb 2012 07:17:48 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1] autolearn=disabled 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 nb+oxHPb6dny for ; Tue, 28 Feb 2012 07:17:48 -0800 (PST) Received: from ns311676.ovh.net (ns311676.ovh.net [188.165.209.50]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E9523431FAE for ; Tue, 28 Feb 2012 07:17:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=chezlefab.net; s=ovh; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=bFRoGsfExzfG0HhtOtCmpu5iQkizeApwdZ4tsAaiZUM=; b=Chrsmkkr7eb+x1DJeS0t9lrAM7blFy5odaAie5n53NtcrTk+ShmDI6K2C+lH5k1LNN9PmPnJPixdRAKAbdLTzYY0zPv0c3RE5ZNzCAQ9bPTpdIxv3pg2ZOre/66HEGlB; Received: from buga ([10.8.0.241] helo=localhost) by ns311676.ovh.net with esmtp (Exim 4.72) (envelope-from ) id 1S2OoD-0001IN-6J for notmuch@notmuchmail.org; Tue, 28 Feb 2012 16:17:45 +0100 Date: Tue, 28 Feb 2012 16:17:44 +0100 From: Olivier Schwander To: notmuch@notmuchmail.org Subject: Re: info about notmuch gui 'alot' Message-ID: <20120228151744.GA1605@bugaga.lan> References: <87vcmr809u.fsf@plc.plecavalier.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87vcmr809u.fsf@plc.plecavalier.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: Tue, 28 Feb 2012 15:17:48 -0000 Le 28 Feb 2012 10:07, Philippe LeCavalier a écrit: > Just curious about 'alot'. I grabbed a copy from git but can't get past > a certain point of the setup. It appears to be in preliminary stages and > I'm prob. not the best candidate to run it reliably but I'd still like > to take a peek. Here's[1] what I'm stuck on. Any assistance would be > appreciated OR if this project is overly unstable for a non-coder please > don't hesitate to say so and I'll wait til it's more suitable for me. Have you installed the python bindings for notmuch ? In Debian (and probably Ubuntu), it's in the package python-notmuch. Just type: apt-get install python-notmuch Best, Olivier