Re: notmuch-haskell
authorAli Polatel <alip@exherbo.org>
Sun, 10 Oct 2010 16:17:10 +0000 (19:17 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:15 +0000 (09:37 -0800)
68/bf47528e2ccc9631bfb70c577a5d2cf4f2c5bd [new file with mode: 0644]

diff --git a/68/bf47528e2ccc9631bfb70c577a5d2cf4f2c5bd b/68/bf47528e2ccc9631bfb70c577a5d2cf4f2c5bd
new file mode 100644 (file)
index 0000000..f9889c5
--- /dev/null
@@ -0,0 +1,124 @@
+Return-Path: <alip@exherbo.org>\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 8CB9940BFD3\r
+       for <notmuch@notmuchmail.org>; Sun, 10 Oct 2010 09:17:35 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.89\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.89 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] autolearn=ham\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 34a79vkDHkAG for <notmuch@notmuchmail.org>;\r
+       Sun, 10 Oct 2010 09:17:24 -0700 (PDT)\r
+Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
+       by olra.theworths.org (Postfix) with ESMTP id 2888E40BDA7\r
+       for <notmuch@notmuchmail.org>; Sun, 10 Oct 2010 09:17:24 -0700 (PDT)\r
+Received: from localhost ([127.0.0.1] helo=karatren ident=alip)\r
+       by bach.exherbo.org with esmtp (Exim 4.69)\r
+       (envelope-from <alip@exherbo.org>)\r
+       id 1P4ydU-0002Yq-81; Sun, 10 Oct 2010 16:20:32 +0000\r
+From: Ali Polatel <alip@exherbo.org>\r
+To: Bart Massey <bart@po8.org>\r
+Subject: Re: notmuch-haskell\r
+In-Reply-To: <E1P4TnN-00044l-6R@po8.org>\r
+References: <E1Ox5Wt-0001uP-QP@po8.org> <8739son3ek.fsf@karatren.ev>\r
+       <E1P4TnN-00044l-6R@po8.org>\r
+User-Agent: Notmuch/0.3.1 (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sun, 10 Oct 2010 19:17:10 +0300\r
+Message-ID: <87iq1a10qh.fsf@karatren.ev>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+Cc: notmuch@notmuchmail.org\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: Sun, 10 Oct 2010 16:17:35 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Sat, 09 Oct 2010 00:24:41 -0700, Bart Massey <bart@po8.org> wrote:\r
+> > On Sat, 18 Sep 2010 15:05:07 -0700, Bart Massey <bart@po8.org> wrote:\r
+> > > I've posted notmuch-haskell, Haskell FFI bindings for libnotmuch, on\r
+> > > Hackage (http://hackage.haskell.org).  They're quite preliminary, have\r
+> > > no documentation, and probably are a bit buggy.  However, they should\r
+> > > let you get started working with notmuch from Haskell code.\r
+> > >\r
+> >=20\r
+> > I've written haskell bindings for notmuch using c2hs sometime ago but\r
+> > didn't post them on Hackage. These bindings are well documented as far\r
+> > as I can tell.\r
+>=20\r
+> Cool!  Why don't you look over what I've put up and what you have, and\r
+> see if you can get a "best of both worlds" version.  I have no\r
+> particular attachment to what I did---though I learned a lot---other\r
+> than that I needed a decent set of Haskell bindings.  My bindings are a\r
+> bit above the literal c2hs level in some places, so maybe that work is\r
+> useful to you?\r
+>\r
+\r
+I've read it a bit and it definitely looks useful. I have plans to\r
+convert my version of hs-notmuch from c2hs to hsc which is easier to\r
+maintain and less likely to break when switching ghc versions.\r
+=20\r
+> > I've also started writing a notmuch email reader in Haskell, called\r
+> > Qoropa. It can't do much right now, you can only view search results\r
+> > with it.\r
+>=20\r
+> Good start!\r
+>=20\r
+> > Due to lack of time, I couldn't work on these projects in the previous\r
+> > months, but I'm willing to start coding again.\r
+> >=20\r
+> > My knowledge of Haskell is primitive, which you can understand if you\r
+> > read the code but if you want to cooperate anyway, I'd really be more\r
+> > than happy to give you push access to these repositories.\r
+> >=20\r
+> > http://github.com/alip/hs-notmuch\r
+> > http://github.com/alip/qoropa\r
+>=20\r
+> I honestly won't have time to look at stuff for a few weeks, so whatever\r
+> you can figure out is great.  I'm happy to cooperate in any way that\r
+> seems useful to you, time permitting.\r
+\r
+That's great news! Let's see what the next weeks bring. :)\r
+\r
+> Thanks much for the note and the work!  Feel free to forward this\r
+> message to the list.\r
+\r
+Added notmuch@notmuchmail.org to Cc.\r
+=20\r
+>     Bart Mass\r
+>     bart@cs.pdx.edu\r
+>=20\r
+\r
+=2D-=20\r
+Regards,\r
+Ali Polatel\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v2.0.16 (GNU/Linux)\r
+\r
+iEYEARECAAYFAkyx5wsACgkQQU4yORhF8iA1UwCgvqssRmG8cqrXfPPkok32iLH3\r
+guQAnAjObZ7d6TA7OJMi1lfcxkejvgBD\r
+=aVCF\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r