Re: [PATCH] configure: consistent command -v usage
[notmuch-archives.git] / 48 / 8999b4accb70be0bf016b63eed1b2ac3aab93a
1 Return-Path: <hollunder@lavabit.com>\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 E834E429E50\r
6         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 15:03:24 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id WUXKGmXZSWjP for <notmuch@notmuchmail.org>;\r
17         Wed, 14 Dec 2011 15:03:24 -0800 (PST)\r
18 X-Greylist: delayed 1977 seconds by postgrey-1.32 at olra;\r
19         Wed, 14 Dec 2011 15:03:24 PST\r
20 Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33])\r
21         by olra.theworths.org (Postfix) with ESMTP id 63EA8429E4E\r
22         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 15:03:24 -0800 (PST)\r
23 Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14])\r
24         by karen.lavabit.com (Postfix) with ESMTP id 9AF4111BC53\r
25         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 16:30:24 -0600 (CST)\r
26 Received: from localhost (eris.mozart.uni-klu.ac.at [143.205.216.123])\r
27         by lavabit.com with ESMTP id ALLG7Q9PS1DM\r
28         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 16:30:24 -0600\r
29 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com;\r
30         b=VxaPydqrzPvgwwlgiml+hryiOP/nP96D6ZW/xXF+oUjoM9MiyUUgNhwjfsB5ttbmN6TIAEo5x6oIubAy7Ht6sTnmuFFgZ/Ajn3r4JVHH6Ijt4uoZOPZMxJGfHIkMMXnblADVsyVK9sbDlPYn/4yFdigBPP9y3RdlkZLFKOlFoBE=;\r
31         h=Content-Type:MIME-Version:Content-Transfer-Encoding:To:In-Reply-To:From:Subject:Date;\r
32 Content-Type: text/plain; charset="utf-8"\r
33 MIME-Version: 1.0\r
34 Content-Transfer-Encoding: quoted-printable\r
35 To: notmuch@notmuchmail.org\r
36 In-Reply-To: <4ee72b39.c3b6e00a.59b4.ffffd012@mx.google.com>\r
37 From: =?utf-8?q?Philipp_=C3=9Cberbacher?= <hollunder@lavabit.com>\r
38 Subject: [alot] on Arch Linux\r
39 Date: Wed, 14 Dec 2011 23:30:22 +0100\r
40 Message-Id: <20111214223024.9AF4111BC53@karen.lavabit.com>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 14 Dec 2011 23:03:25 -0000\r
54 \r
55 \r
56 Hi there,\r
57 I'm a new notmuch/alot user, this is my first mail since I switched from\r
58 sup. Yes, switched. notmuch/alot works for me well enough now to be\r
59 usable.\r
60 \r
61 I run Arch Linux. Here's some information for fellow Archers:\r
62 PKGBUILD for alot-git: https://aur.archlinux.org/packages.php?ID=3D54955\r
63 Should work just fine. If you want to help debug alot, change\r
64 _gitname=3Dmaster to the name of the branch, build and install as usual.\r
65 \r
66 You should currently avoid the alot PKGBUILD from AUR, it also points to\r
67 git and has some other mistakes. I'll see to it that it gets deleted and\r
68 maybe put a PKGBUILD with the release-version into its place.\r
69 \r
70 Another little trap:\r
71 Arch doesn't supply a mailcap file, alot needs it for all those funky\r
72 html mails. As a solution until alot handles those mails better:\r
73 create ~/.mailcap\r
74 put the following line into it:\r
75 text/html; /usr/bin/lynx -dump '%s'; copiousoutput; description=3DHTML\r
76 Text; nametemplate=3D%s.html\r
77 \r
78 Hope that helps,\r
79 thanks Patrick for writing alot, fixing bugs and helping with the\r
80 config.\r
81 \r
82 Regards,\r
83 Philipp\r
84 \r
85 \r