https://github.com/bgamari/notmuch-haskell
Haskell bindings to Notmuch mail
https://github.com/bgamari/notmuch-haskell
Last synced: 2 months ago
JSON representation
Haskell bindings to Notmuch mail
- Host: GitHub
- URL: https://github.com/bgamari/notmuch-haskell
- Owner: bgamari
- License: other
- Created: 2011-09-19T23:23:05.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T00:10:56.000Z (over 11 years ago)
- Last Synced: 2025-03-20T05:36:02.057Z (over 1 year ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/notmuch-haskell
- Size: 188 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# notmuch-haskell
Copyright © 2010 Bart Massey
This is a Haskell FFI binding to the
[notmuch](http://notmuchmail.org) email client library.
It's pretty slap-together and not well-maintained. There's
no Haddock, though there should be--use the `notmuch`
docs. Patches welcome.
This binding is currently for `libnotmuch3` as exported by
the Debian package `libnotmuch3=0.13.2-1`. Your mileage may
vary.
XXX As of GHC 7.2, the compiler no longer checks that the
API description in the hsc file matches that in `notmuch.h`,
no matter how this stuff is built. Thus, when API changes
happen, this code will be silently hosed. If you're lucky,
there will be crashes.
This work is available under the LGPL version 3.0. See the
file COPYING in this distribution for license terms.