]> git.notmuchmail.org Git - notmuch/commitdiff
go: define the constant STATUS_UNBALANCED_ATOMIC
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 9 May 2012 10:23:08 +0000 (12:23 +0200)
committerDavid Bremner <bremner@debian.org>
Fri, 11 May 2012 11:28:33 +0000 (08:28 -0300)
Add the constant STATUS_UNBALANCED_ATOMIC to the list of notmuch
status codes.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/go/pkg/notmuch.go

index e065b547ab8bbca0c27de968cac48b28d3ef9fc9..8faf3bb1cf813174ce6bbc3b1d2ca5a51fb47763 100644 (file)
@@ -24,6 +24,7 @@ const (
     STATUS_NULL_POINTER
     STATUS_TAG_TOO_LONG
     STATUS_UNBALANCED_FREEZE_THAW
+    STATUS_UNBALANCED_ATOMIC
 
     STATUS_LAST_STATUS
 )