notmuch/bindings/go
Peter Wang d81fc4b42d go: add return status to database close method
Add return status to the Database.Close() method that calls
notmuch_database_destroy.
2014-09-16 20:17:06 +02:00
..
src go: add return status to database close method 2014-09-16 20:17:06 +02:00
.gitignore bindings/go: Start a .gitignore for go bindings. 2013-06-03 08:07:22 -03:00
LICENSE Initial import of Go bindings for notmuch 2011-01-26 15:59:19 +10:00
Makefile go: use a different goconfig package 2013-05-03 21:21:01 -03:00
README bindings/go: Add a todo file 2011-01-26 15:59:19 +10:00

go-notmuch
==========

simple go bindings to the libnotmuch library[1].

they are heavily inspired from the vala bindings from Sebastian Spaeth: 
  https://github.com/spaetz/vala-notmuch

note: the whole library hasn't been wrapped (yet?)

todo
----

 - improve notmuch-addrlookup regexp

[1] http://notmuchmail.org/