notmuch/bindings/go
Austin Clements ce53850290 go: Update to the current notmuch_database_find_message API
The signature of notmuch_database_find_message was changed in 02a30767
to report errors and the Go bindings were never updated.  This brings
the Go bindings in sync with that change and at least makes them
compile with Go r60.3, the last release before Go 1.
2012-05-04 08:49:43 -03:00
..
cmds update for go-release-2011-02-01: 2011-02-03 09:36:58 +01:00
pkg go: Update to the current notmuch_database_find_message API 2012-05-04 08:49:43 -03:00
LICENSE Initial import of Go bindings for notmuch 2011-01-26 15:59:19 +10:00
Makefile Initial import of Go bindings for notmuch 2011-01-26 15:59:19 +10: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/