notmuch/contrib/go
Vladimir Panteleev ca4688e103 Use rooted paths in .gitignore files
A leading / in paths in a .gitignore file matches the beginning of the
path, meaning that for patterns without slashes, git will match files
only in the current directory as opposed to in any subdirectory.

Prefix relevant paths with / in .gitignore files, to prevent
accidentally ignoring files in subdirectories and possibly slightly
improve the performance of "git status".
2017-08-18 19:42:35 -03:00
..
src fixed wrong constant values 2016-09-03 20:15:46 -03:00
.gitignore Use rooted paths in .gitignore files 2017-08-18 19:42:35 -03:00
LICENSE bindings: move go bindings to contrib 2016-09-03 20:13:08 -03:00
Makefile bindings: move go bindings to contrib 2016-09-03 20:13:08 -03:00
README bindings: move go bindings to contrib 2016-09-03 20:13:08 -03: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] https://notmuchmail.org/