Reply all - issue
[notmuch-archives.git] / ff / 944f9c2fe542b8357386fb70853cab10a0c485
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 EE49C431FB6\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 O-HY1g2p7NBE 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 7FE83431FC2\r
19         for <notmuch@notmuchmail.org>; Wed, 18 Jul 2012 11:41:05 -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 59D851400BF\r
23         for <notmuch@notmuchmail.org>; Wed, 18 Jul 2012 20:37:07 +0200 (CEST)\r
24 From: Adrien Bustany <adrien@bustany.org>\r
25 To: notmuch@notmuchmail.org\r
26 Subject: [PATCH 0/7] Various fixes for the Go bindings\r
27 Date: Wed, 18 Jul 2012 21:34:28 +0300\r
28 Message-Id: <1342636475-16057-1-git-send-email-adrien@bustany.org>\r
29 X-Mailer: git-send-email 1.7.7.6\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Wed, 18 Jul 2012 18:41:07 -0000\r
43 \r
44 The following patches fix some serious memory management issues with\r
45 the Go bindings, and add some missing functions as well.\r
46 \r
47 Adrien Bustany (7):\r
48   go: Use iota in enum bindings\r
49   go: Add missing MESSAGE_FLAG_EXCLUDED in Flag enum\r
50   go: Allow notmuch objects to be garbage collected\r
51   go: Make Destroy functions safe to call several times\r
52   go: Partially bind notmuch_database_upgrade\r
53   go: Bind notmuch_database_find_message_by_filename\r
54   go: Bind notmuch_thread_t functions\r
55 \r
56  bindings/go/src/notmuch/notmuch.go |  471 ++++++++++++++++++++++++++++++++++--\r
57  1 files changed, 447 insertions(+), 24 deletions(-)\r
58 \r
59 -- \r
60 1.7.7.6\r
61 \r