Re: gui release
authorMark Foxwell <fastfret79@archlinux.org.uk>
Sat, 13 Aug 2011 20:15:17 +0000 (21:15 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:15 +0000 (09:39 -0800)
da/bbf2c9714ea8295797ecd3c903f23594d4effe [new file with mode: 0644]

diff --git a/da/bbf2c9714ea8295797ecd3c903f23594d4effe b/da/bbf2c9714ea8295797ecd3c903f23594d4effe
new file mode 100644 (file)
index 0000000..33074bd
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <fastfret79@archlinux.org.uk>\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 85727429E25\r
+       for <notmuch@notmuchmail.org>; Sat, 13 Aug 2011 13:15:24 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 otLqSsRe5lhp for <notmuch@notmuchmail.org>;\r
+       Sat, 13 Aug 2011 13:15:24 -0700 (PDT)\r
+Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
+ [74.125.82.45])       (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
+ certificate requested)        by olra.theworths.org (Postfix) with ESMTPS id\r
+ BB475431FB6   for <notmuch@notmuchmail.org>; Sat, 13 Aug 2011 13:15:23 -0700\r
+ (PDT)\r
+Received: by wwg9 with SMTP id 9so2498045wwg.2\r
+       for <notmuch@notmuchmail.org>; Sat, 13 Aug 2011 13:15:21 -0700 (PDT)\r
+Received: by 10.216.59.130 with SMTP id s2mr734456wec.26.1313266521146;\r
+       Sat, 13 Aug 2011 13:15:21 -0700 (PDT)\r
+Received: from localhost (host81-153-118-19.range81-153.btcentralplus.com\r
+       [81.153.118.19])\r
+       by mx.google.com with ESMTPS id z49sm1028819wec.2.2011.08.13.13.15.19\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Sat, 13 Aug 2011 13:15:19 -0700 (PDT)\r
+Message-ID: <4e46db57.473fd80a.575b.3e26@mx.google.com>\r
+From: Mark Foxwell <fastfret79@archlinux.org.uk>\r
+Subject: Re: gui release\r
+To: Patrick Totzke <patricktotzke@googlemail.com>, notmuch@notmuchmail.org\r
+In-Reply-To: <4e46a5ad.0d3ed80a.4932.6d86@mx.google.com>\r
+References: <4e46a5ad.0d3ed80a.4932.6d86@mx.google.com>\r
+Date: Sat, 13 Aug 2011 21:15:17 +0100\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: Sat, 13 Aug 2011 20:15:24 -0000\r
+\r
+Patrick Totzke <patricktotzke@googlemail.com> wrote:\r
+> I am pleased to announce the first release of my terminal GUI named 'alot'.\r
+> You can get it here: https://github.com/pazz/alot\r
+> Install and usage infos are included.\r
+> As always, feedback of all kind is very welcome.\r
+\r
+Great! \r
+\r
+I'm trying to package for Arch Linux [1]. Build completes ok, but when\r
+running alot I get the following error:\r
+\r
+Traceback (most recent call last):\r
+  File "/usr/bin/alot", line 19, in <module>\r
+    from alot.init import main\r
+  File "/usr/lib/python2.7/site-packages/alot/init.py", line 24,\r
+    in <module>\r
+    from account import AccountManager\r
+  File "/usr/lib/python2.7/site-packages/alot/account.py",\r
+    line 28, in <module>\r
+       from send import SendmailSender\r
+ImportError: No module named send\r
+\r
+I guess I'm missing a dependancy :S any ideas?\r
+\r
+-- \r
+Mark\r