]> git.cworth.org Git - obsolete/notmuch-old/commit
go: Update to the current notmuch_database_find_message API
authorAustin Clements <amdragon@MIT.EDU>
Sat, 28 Apr 2012 21:45:18 +0000 (17:45 -0400)
committerDavid Bremner <bremner@debian.org>
Fri, 4 May 2012 11:49:43 +0000 (08:49 -0300)
commitce53850290e81ace34af5a1d418cc8941d0d3b8f
treebb28c631ff8debccc1d980b574321877ca038607
parentfcfb619b44b0011ac6bc557e6cbe2d516bc58f8a
go: Update to the current notmuch_database_find_message API

The signature of notmuch_database_find_message was changed in 02a30767
to report errors and the Go bindings were never updated.  This brings
the Go bindings in sync with that change and at least makes them
compile with Go r60.3, the last release before Go 1.
bindings/go/pkg/notmuch.go