Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 85 / 46058fc1b3a8645c2ac503f85bdb795f3c56a5
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 C9701431FC0\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jul 2012 11:29:48 -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 XdEK0FUv2JvM for <notmuch@notmuchmail.org>;\r
16         Thu, 19 Jul 2012 11:29:48 -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 40F7F431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 19 Jul 2012 11:29:48 -0700 (PDT)\r
20 Received: from [192.168.1.147] (91-158-2-79.elisa-laajakaista.fi\r
21  [91.158.2.79]) by mail.bustany.org (Postfix) with ESMTPSA id 0D040140090;\r
22         Thu, 19 Jul 2012 20:32:16 +0200 (CEST)\r
23 Message-ID: <50085219.1090403@bustany.org>\r
24 Date: Thu, 19 Jul 2012 21:29:45 +0300\r
25 From: Adrien Bustany <adrien@bustany.org>\r
26 User-Agent: Mozilla/5.0 (X11; Linux x86_64;\r
27         rv:13.0) Gecko/20120615 Thunderbird/13.0.1\r
28 MIME-Version: 1.0\r
29 To: Austin Clements <amdragon@MIT.EDU>\r
30 Subject: Re: [PATCH 0/7] Various fixes for the Go bindings\r
31 References: <1342636475-16057-1-git-send-email-adrien@bustany.org>\r
32         <20120718205140.GW31670@mit.edu>\r
33 In-Reply-To: <20120718205140.GW31670@mit.edu>\r
34 Content-Type: text/plain; charset=ISO-8859-1; format=flowed\r
35 Content-Transfer-Encoding: 8bit\r
36 Cc: notmuch@notmuchmail.org\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Thu, 19 Jul 2012 18:29:48 -0000\r
50 \r
51 Well, thanks for the quick review :)\r
52 \r
53 I have updated all the patches to take your fixes into account, there is \r
54 still the discussion left about the GC integration. Once we get that \r
55 sorted out, I'll send the updated version.\r
56 \r
57 Le 18/07/2012 23:51, Austin Clements a écrit :\r
58 > This series looks good to me other than the few things I commented on.\r
59 > It's nice to see the Go bindings get a bit of love!\r
60 >\r
61 > Quoth Adrien Bustany on Jul 18 at  9:34 pm:\r
62 >> The following patches fix some serious memory management issues with\r
63 >> the Go bindings, and add some missing functions as well.\r
64 >>\r
65 >> Adrien Bustany (7):\r
66 >>    go: Use iota in enum bindings\r
67 >>    go: Add missing MESSAGE_FLAG_EXCLUDED in Flag enum\r
68 >>    go: Allow notmuch objects to be garbage collected\r
69 >>    go: Make Destroy functions safe to call several times\r
70 >>    go: Partially bind notmuch_database_upgrade\r
71 >>    go: Bind notmuch_database_find_message_by_filename\r
72 >>    go: Bind notmuch_thread_t functions\r
73 >>\r
74 >>   bindings/go/src/notmuch/notmuch.go |  471 ++++++++++++++++++++++++++++++++++--\r
75 >>   1 files changed, 447 insertions(+), 24 deletions(-)\r
76 >>\r
77 \r
78 \r