mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-09 02:01:42 +01:00
0af7295faf
Formerly all the constants were set to zero since in golang constants are set to the previous value if no new value is specified. Use the iota operator that is incremented after each use to fix this issue. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> |
||
---|---|---|
.. | ||
cmds | ||
pkg | ||
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/