[PATCH 2/7] go: Add missing MESSAGE_FLAG_EXCLUDED in Flag enum
Adrien Bustany
adrien at bustany.org
Wed Jul 18 11:34:30 PDT 2012
---
bindings/go/src/notmuch/notmuch.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/bindings/go/src/notmuch/notmuch.go b/bindings/go/src/notmuch/notmuch.go
index ecd7418..1d77fd2 100644
--- a/bindings/go/src/notmuch/notmuch.go
+++ b/bindings/go/src/notmuch/notmuch.go
@@ -775,6 +775,7 @@ type Flag C.notmuch_message_flag_t
const (
MESSAGE_FLAG_MATCH Flag = iota
+ MESSAGE_FLAG_EXCLUDED
)
/* Get a value of a flag for the email corresponding to 'message'. */
--
1.7.7.6
More information about the notmuch
mailing list