From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 23 Apr 2013 15:13:07 +0000 (+0200) Subject: go: use a different goconfig package X-Git-Tag: 0.16_rc1~147 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=44fe1f2c160eb333732465f051e5110adeab6b0a;hp=44fe1f2c160eb333732465f051e5110adeab6b0a;p=obsolete%2Fnotmuch-old 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> ---