Re: [PATCH] go: update bindings to compile with notmuch 0.25

2017-08-12 Thread David Bremner
Kamil Klimkiewicz writes: > Attached is a simple patch that fixes go bindings to compile with > notmuch 0.25. Please note it doesn't change the go API, ie. go methods > *don't* return Status values. I am not sure you also want to break go > API with the update. If you do, I

Re: [PATCH] go: update bindings to compile with notmuch 0.25

2017-08-08 Thread David Bremner
Kamil Klimkiewicz writes: > Attached is a simple patch that fixes go bindings to compile with > notmuch 0.25. Please note it doesn't change the go API, ie. go methods > *don't* return Status values. I am not sure you also want to break go > API with the update. If you do, I

[PATCH] go: update bindings to compile with notmuch 0.25

2017-08-08 Thread Kamil Klimkiewicz
Attached is a simple patch that fixes go bindings to compile with notmuch 0.25. Please note it doesn't change the go API, ie. go methods *don't* return Status values. I am not sure you also want to break go API with the update. If you do, I can update the patch to return go-idiomatic (*Messages,