]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
go: use a different goconfig package
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Tue, 23 Apr 2013 15:13:07 +0000 (17:13 +0200)
committerDavid Bremner <bremner@debian.org>
Sat, 4 May 2013 00:21:01 +0000 (21:21 -0300)
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>

No differences found