mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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>
This commit is contained in:
parent
0af7295faf
commit
f83a5c6241
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ const (
|
||||||
STATUS_NULL_POINTER
|
STATUS_NULL_POINTER
|
||||||
STATUS_TAG_TOO_LONG
|
STATUS_TAG_TOO_LONG
|
||||||
STATUS_UNBALANCED_FREEZE_THAW
|
STATUS_UNBALANCED_FREEZE_THAW
|
||||||
|
STATUS_UNBALANCED_ATOMIC
|
||||||
|
|
||||||
STATUS_LAST_STATUS
|
STATUS_LAST_STATUS
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue