mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
44fe1f2c16
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> |
||
---|---|---|
.. | ||
src | ||
LICENSE | ||
Makefile | ||
README |
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/