Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 68 / bf47528e2ccc9631bfb70c577a5d2cf4f2c5bd
1 Return-Path: <alip@exherbo.org>\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 8CB9940BFD3\r
6         for <notmuch@notmuchmail.org>; Sun, 10 Oct 2010 09:17:35 -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: -1.89\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.89 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] autolearn=ham\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 34a79vkDHkAG for <notmuch@notmuchmail.org>;\r
16         Sun, 10 Oct 2010 09:17:24 -0700 (PDT)\r
17 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
18         by olra.theworths.org (Postfix) with ESMTP id 2888E40BDA7\r
19         for <notmuch@notmuchmail.org>; Sun, 10 Oct 2010 09:17:24 -0700 (PDT)\r
20 Received: from localhost ([127.0.0.1] helo=karatren ident=alip)\r
21         by bach.exherbo.org with esmtp (Exim 4.69)\r
22         (envelope-from <alip@exherbo.org>)\r
23         id 1P4ydU-0002Yq-81; Sun, 10 Oct 2010 16:20:32 +0000\r
24 From: Ali Polatel <alip@exherbo.org>\r
25 To: Bart Massey <bart@po8.org>\r
26 Subject: Re: notmuch-haskell\r
27 In-Reply-To: <E1P4TnN-00044l-6R@po8.org>\r
28 References: <E1Ox5Wt-0001uP-QP@po8.org> <8739son3ek.fsf@karatren.ev>\r
29         <E1P4TnN-00044l-6R@po8.org>\r
30 User-Agent: Notmuch/0.3.1 (http://notmuchmail.org) Emacs/23.2.1\r
31         (x86_64-pc-linux-gnu)\r
32 Date: Sun, 10 Oct 2010 19:17:10 +0300\r
33 Message-ID: <87iq1a10qh.fsf@karatren.ev>\r
34 MIME-Version: 1.0\r
35 Content-Type: multipart/signed; boundary="=-=-=";\r
36         micalg=pgp-sha1; protocol="application/pgp-signature"\r
37 Cc: notmuch@notmuchmail.org\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: Sun, 10 Oct 2010 16:17:35 -0000\r
51 \r
52 --=-=-=\r
53 Content-Transfer-Encoding: quoted-printable\r
54 \r
55 On Sat, 09 Oct 2010 00:24:41 -0700, Bart Massey <bart@po8.org> wrote:\r
56 > > On Sat, 18 Sep 2010 15:05:07 -0700, Bart Massey <bart@po8.org> wrote:\r
57 > > > I've posted notmuch-haskell, Haskell FFI bindings for libnotmuch, on\r
58 > > > Hackage (http://hackage.haskell.org).  They're quite preliminary, have\r
59 > > > no documentation, and probably are a bit buggy.  However, they should\r
60 > > > let you get started working with notmuch from Haskell code.\r
61 > > >\r
62 > >=20\r
63 > > I've written haskell bindings for notmuch using c2hs sometime ago but\r
64 > > didn't post them on Hackage. These bindings are well documented as far\r
65 > > as I can tell.\r
66 >=20\r
67 > Cool!  Why don't you look over what I've put up and what you have, and\r
68 > see if you can get a "best of both worlds" version.  I have no\r
69 > particular attachment to what I did---though I learned a lot---other\r
70 > than that I needed a decent set of Haskell bindings.  My bindings are a\r
71 > bit above the literal c2hs level in some places, so maybe that work is\r
72 > useful to you?\r
73 >\r
74 \r
75 I've read it a bit and it definitely looks useful. I have plans to\r
76 convert my version of hs-notmuch from c2hs to hsc which is easier to\r
77 maintain and less likely to break when switching ghc versions.\r
78 =20\r
79 > > I've also started writing a notmuch email reader in Haskell, called\r
80 > > Qoropa. It can't do much right now, you can only view search results\r
81 > > with it.\r
82 >=20\r
83 > Good start!\r
84 >=20\r
85 > > Due to lack of time, I couldn't work on these projects in the previous\r
86 > > months, but I'm willing to start coding again.\r
87 > >=20\r
88 > > My knowledge of Haskell is primitive, which you can understand if you\r
89 > > read the code but if you want to cooperate anyway, I'd really be more\r
90 > > than happy to give you push access to these repositories.\r
91 > >=20\r
92 > > http://github.com/alip/hs-notmuch\r
93 > > http://github.com/alip/qoropa\r
94 >=20\r
95 > I honestly won't have time to look at stuff for a few weeks, so whatever\r
96 > you can figure out is great.  I'm happy to cooperate in any way that\r
97 > seems useful to you, time permitting.\r
98 \r
99 That's great news! Let's see what the next weeks bring. :)\r
100 \r
101 > Thanks much for the note and the work!  Feel free to forward this\r
102 > message to the list.\r
103 \r
104 Added notmuch@notmuchmail.org to Cc.\r
105 =20\r
106 >     Bart Mass\r
107 >     bart@cs.pdx.edu\r
108 >=20\r
109 \r
110 =2D-=20\r
111 Regards,\r
112 Ali Polatel\r
113 \r
114 --=-=-=\r
115 Content-Type: application/pgp-signature\r
116 \r
117 -----BEGIN PGP SIGNATURE-----\r
118 Version: GnuPG v2.0.16 (GNU/Linux)\r
119 \r
120 iEYEARECAAYFAkyx5wsACgkQQU4yORhF8iA1UwCgvqssRmG8cqrXfPPkok32iLH3\r
121 guQAnAjObZ7d6TA7OJMi1lfcxkejvgBD\r
122 =aVCF\r
123 -----END PGP SIGNATURE-----\r
124 --=-=-=--\r