From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 9 May 2012 10:23:08 +0000 (+0200) Subject: go: define the constant STATUS_UNBALANCED_ATOMIC X-Git-Tag: 0.13~15 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f83a5c6241db308393d9295aedbcfbeff43a53fd go: define the constant STATUS_UNBALANCED_ATOMIC Add the constant STATUS_UNBALANCED_ATOMIC to the list of notmuch status codes. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- diff --git a/bindings/go/pkg/notmuch.go b/bindings/go/pkg/notmuch.go index e065b547..8faf3bb1 100644 --- a/bindings/go/pkg/notmuch.go +++ b/bindings/go/pkg/notmuch.go @@ -24,6 +24,7 @@ const ( STATUS_NULL_POINTER STATUS_TAG_TOO_LONG STATUS_UNBALANCED_FREEZE_THAW + STATUS_UNBALANCED_ATOMIC STATUS_LAST_STATUS )