[PATCH 5/7] go: Partially bind notmuch_database_upgrade

2012-07-18 Thread Adrien Bustany
This binding does not handle the progress callback, but at least allows opening and upgrading a database if needed. --- bindings/go/src/notmuch/notmuch.go | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/bindings/go/src/notmuch/notmuch.go b/bindings/go/src/not

[PATCH 5/7] go: Partially bind notmuch_database_upgrade

2012-07-18 Thread Austin Clements
Quoth Adrien Bustany on Jul 18 at 9:34 pm: > This binding does not handle the progress callback, but at least allows > opening and upgrading a database if needed. > --- > bindings/go/src/notmuch/notmuch.go | 13 - > 1 files changed, 12 insertions(+), 1 deletions(-) > > diff --git a

Re: [PATCH 5/7] go: Partially bind notmuch_database_upgrade

2012-07-18 Thread Austin Clements
Quoth Adrien Bustany on Jul 18 at 9:34 pm: > This binding does not handle the progress callback, but at least allows > opening and upgrading a database if needed. > --- > bindings/go/src/notmuch/notmuch.go | 13 - > 1 files changed, 12 insertions(+), 1 deletions(-) > > diff --git a

[PATCH 5/7] go: Partially bind notmuch_database_upgrade

2012-07-18 Thread Adrien Bustany
This binding does not handle the progress callback, but at least allows opening and upgrading a database if needed. --- bindings/go/src/notmuch/notmuch.go | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/bindings/go/src/notmuch/notmuch.go b/bindings/go/src/not