info about notmuch gui 'alot'
authorPhilippe LeCavalier <support@plecavalier.com>
Tue, 28 Feb 2012 15:07:09 +0000 (10:07 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:45:02 +0000 (09:45 -0800)
7e/90d18b511134d11069c3b2cabcefd1f87bf789 [new file with mode: 0644]

diff --git a/7e/90d18b511134d11069c3b2cabcefd1f87bf789 b/7e/90d18b511134d11069c3b2cabcefd1f87bf789
new file mode 100644 (file)
index 0000000..722df25
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <plecavalier@plc.plecavalier.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 50E5C431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 07:07:12 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.363\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.363 tagged_above=-999 required=5\r
+       tests=[RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 8u577jTJXx14 for <notmuch@notmuchmail.org>;\r
+       Tue, 28 Feb 2012 07:07:12 -0800 (PST)\r
+Received: from plc.plecavalier.com\r
+       (CPE001a8c1087e6-CM0019477f3980.cpe.net.cable.rogers.com\r
+       [99.239.193.74])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id BBF56431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 07:07:11 -0800 (PST)\r
+Received: from plc.plecavalier.com (plc [127.0.0.1])\r
+       by plc.plecavalier.com (8.14.5/8.14.5) with ESMTP id q1SF7A9w005947\r
+       for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 10:07:10 -0500\r
+Received: (from plecavalier@localhost)\r
+       by plc.plecavalier.com (8.14.5/8.14.5/Submit) id q1SF7A4V005946;\r
+       Tue, 28 Feb 2012 10:07:10 -0500\r
+From: Philippe LeCavalier <support@plecavalier.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: info about notmuch gui 'alot'\r
+User-Agent: Notmuch/0.11.1+246~gbf28c60 (http://notmuchmail.org) Emacs/23.3.1\r
+       (i386-redhat-linux-gnu)\r
+Date: Tue, 28 Feb 2012 10:07:09 -0500\r
+Message-ID: <87vcmr809u.fsf@plc.plecavalier.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 28 Feb 2012 15:07:12 -0000\r
+\r
+Just curious about 'alot'. I grabbed a copy from git but can't get past\r
+a certain point of the setup. It appears to be in preliminary stages and\r
+I'm prob. not the best candidate to run it reliably but I'd still like\r
+to take a peek. Here's[1] what I'm stuck on. Any assistance would be\r
+appreciated OR if this project is overly unstable for a non-coder please\r
+don't hesitate to say so and I'll wait til it's more suitable for me.\r
+\r
+-- \r
+Thanks,\r
+Phil\r
+\r
+ref.\r
+[1]\r
+[plecavalier@plc alot]$ bin/alot \r
+Traceback (most recent call last):\r
+  File "bin/alot", line 19, in <module>\r
+    from alot.init import main\r
+  File "/home/plecavalier/.local/lib/python2.7/site-packages/alot/init.py", line 9, in <module>\r
+    from db import DBManager\r
+  File "/home/plecavalier/.local/lib/python2.7/site-packages/alot/db.py", line 1, in <module>\r
+    from notmuch import Database, NotmuchError, XapianError\r
+ImportError: No module named notmuch\r
+[plecavalier@plc alot]$ \r