notmuch/bindings/go
Justus Winter 44fe1f2c16 go: use a different goconfig package
The notmuch-addrlookup utility uses a third party library to read the
notmuch configuration file. The previously used implementation at
"github.com/kless/goconfig" vanished, so this patch switches to the
implementation at "github.com/msbranco/goconfig". As the
implementations differ at the API level, the code is updated
accordingly.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2013-05-03 21:21:01 -03:00
..
src go: use a different goconfig package 2013-05-03 21:21:01 -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/