[PATCH v2 03/14] cli/reply: reuse show_reply_headers() in headers-only format
[notmuch-archives.git] / fd / 3e273db3bbf3e00fac3202c41cacbfb3f87ed4
1 Return-Path: <adrien@bustany.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id E0609431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Jul 2012 11:41:06 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id bSd3j0jG1V+6 for <notmuch@notmuchmail.org>;\r
16         Wed, 18 Jul 2012 11:41:06 -0700 (PDT)\r
17 Received: from mail.bustany.org (bustany.org [176.31.244.208])\r
18         by olra.theworths.org (Postfix) with ESMTP id E6685431FC0\r
19         for <notmuch@notmuchmail.org>; Wed, 18 Jul 2012 11:41:04 -0700 (PDT)\r
20 Received: from localhost.localdomain (91-158-2-79.elisa-laajakaista.fi\r
21         [91.158.2.79])\r
22         by mail.bustany.org (Postfix) with ESMTPSA id 1512B1400C1\r
23         for <notmuch@notmuchmail.org>; Wed, 18 Jul 2012 20:37:08 +0200 (CEST)\r
24 From: Adrien Bustany <adrien@bustany.org>\r
25 To: notmuch@notmuchmail.org\r
26 Subject: [PATCH 2/7] go: Add missing MESSAGE_FLAG_EXCLUDED in Flag enum\r
27 Date: Wed, 18 Jul 2012 21:34:30 +0300\r
28 Message-Id: <1342636475-16057-3-git-send-email-adrien@bustany.org>\r
29 X-Mailer: git-send-email 1.7.7.6\r
30 In-Reply-To: <1342636475-16057-1-git-send-email-adrien@bustany.org>\r
31 References: <1342636475-16057-1-git-send-email-adrien@bustany.org>\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Wed, 18 Jul 2012 18:41:07 -0000\r
45 \r
46 ---\r
47  bindings/go/src/notmuch/notmuch.go |    1 +\r
48  1 files changed, 1 insertions(+), 0 deletions(-)\r
49 \r
50 diff --git a/bindings/go/src/notmuch/notmuch.go b/bindings/go/src/notmuch/notmuch.go\r
51 index ecd7418..1d77fd2 100644\r
52 --- a/bindings/go/src/notmuch/notmuch.go\r
53 +++ b/bindings/go/src/notmuch/notmuch.go\r
54 @@ -775,6 +775,7 @@ type Flag C.notmuch_message_flag_t\r
55  \r
56  const (\r
57         MESSAGE_FLAG_MATCH Flag = iota\r
58 +       MESSAGE_FLAG_EXCLUDED\r
59  )\r
60  \r
61  /* Get a value of a flag for the email corresponding to 'message'. */\r
62 -- \r
63 1.7.7.6\r
64 \r