[PATCH 2/7] go: Add missing MESSAGE_FLAG_EXCLUDED in Flag enum

Subject: [PATCH 2/7] go: Add missing MESSAGE_FLAG_EXCLUDED in Flag enum

Date: Wed, 18 Jul 2012 21:34:30 +0300

To: notmuch@notmuchmail.org

Cc:

From: Adrien Bustany


---
 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


Thread: