Re: [PATCH] Output unmodified Content-Type header value for JSON format.
[notmuch-archives.git] / da / bbf2c9714ea8295797ecd3c903f23594d4effe
1 Return-Path: <fastfret79@archlinux.org.uk>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 85727429E25\r
6         for <notmuch@notmuchmail.org>; Sat, 13 Aug 2011 13:15:24 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id otLqSsRe5lhp for <notmuch@notmuchmail.org>;\r
16         Sat, 13 Aug 2011 13:15:24 -0700 (PDT)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  BB475431FB6    for <notmuch@notmuchmail.org>; Sat, 13 Aug 2011 13:15:23 -0700\r
21  (PDT)\r
22 Received: by wwg9 with SMTP id 9so2498045wwg.2\r
23         for <notmuch@notmuchmail.org>; Sat, 13 Aug 2011 13:15:21 -0700 (PDT)\r
24 Received: by 10.216.59.130 with SMTP id s2mr734456wec.26.1313266521146;\r
25         Sat, 13 Aug 2011 13:15:21 -0700 (PDT)\r
26 Received: from localhost (host81-153-118-19.range81-153.btcentralplus.com\r
27         [81.153.118.19])\r
28         by mx.google.com with ESMTPS id z49sm1028819wec.2.2011.08.13.13.15.19\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Sat, 13 Aug 2011 13:15:19 -0700 (PDT)\r
31 Message-ID: <4e46db57.473fd80a.575b.3e26@mx.google.com>\r
32 From: Mark Foxwell <fastfret79@archlinux.org.uk>\r
33 Subject: Re: gui release\r
34 To: Patrick Totzke <patricktotzke@googlemail.com>, notmuch@notmuchmail.org\r
35 In-Reply-To: <4e46a5ad.0d3ed80a.4932.6d86@mx.google.com>\r
36 References: <4e46a5ad.0d3ed80a.4932.6d86@mx.google.com>\r
37 Date: Sat, 13 Aug 2011 21:15:17 +0100\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sat, 13 Aug 2011 20:15:24 -0000\r
51 \r
52 Patrick Totzke <patricktotzke@googlemail.com> wrote:\r
53 > I am pleased to announce the first release of my terminal GUI named 'alot'.\r
54 > You can get it here: https://github.com/pazz/alot\r
55 > Install and usage infos are included.\r
56 > As always, feedback of all kind is very welcome.\r
57 \r
58 Great! \r
59 \r
60 I'm trying to package for Arch Linux [1]. Build completes ok, but when\r
61 running alot I get the following error:\r
62 \r
63 Traceback (most recent call last):\r
64   File "/usr/bin/alot", line 19, in <module>\r
65     from alot.init import main\r
66   File "/usr/lib/python2.7/site-packages/alot/init.py", line 24,\r
67     in <module>\r
68     from account import AccountManager\r
69   File "/usr/lib/python2.7/site-packages/alot/account.py",\r
70     line 28, in <module>\r
71         from send import SendmailSender\r
72 ImportError: No module named send\r
73 \r
74 I guess I'm missing a dependancy :S any ideas?\r
75 \r
76 -- \r
77 Mark\r