Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5495F40DDDF for ; Fri, 12 Nov 2010 01:38:07 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -4.2 X-Spam-Level: X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f2zJTwSIQA-V for ; Fri, 12 Nov 2010 01:37:55 -0800 (PST) Received: from CERNMX31.cern.ch (cernmx31.cern.ch [137.138.144.179]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1A12140DDDE for ; Fri, 12 Nov 2010 01:37:55 -0800 (PST) Received: from CERNFE23.cern.ch (137.138.144.152) by cernmxgwlb2.cern.ch (137.138.144.179) with Microsoft SMTP Server (TLS) id 14.1.218.12; Fri, 12 Nov 2010 10:37:53 +0100 Received: from localhost (134.158.88.68) by smtp.cern.ch (137.138.144.172) with Microsoft SMTP Server (TLS) id 14.1.255.0; Fri, 12 Nov 2010 10:37:52 +0100 From: Sebastien Binet To: Carl Worth , Subject: Re: [ann] (incomplete) go bindings to libnotmuch In-Reply-To: <87tyjnmkld.fsf@yoom.home.cworth.org> References: <87oc9x5bcz.fsf@cern.ch> <87tyjnmkld.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.4-31-g44ea57a (http://notmuchmail.org) Emacs/23.2.1 (x86_64-unknown-linux-gnu) Date: Fri, 12 Nov 2010 10:37:51 +0100 Message-ID: <877hgi6fww.fsf@cern.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Originating-IP: [134.158.88.68] Keywords: CERN SpamKiller Note: -50 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 09:38:07 -0000 On Thu, 11 Nov 2010 16:50:06 -0800, Carl Worth wrote: > On Wed, 10 Nov 2010 18:37:00 +0100, Sebastien Binet wrote: > > > mainly to familiarize myself with the go language, I wrapped the > > libnotmuch library and reaped off Sebastian's vala-addressbooklookup > > program into a go version. > > > > the buggy and incomplete code is there: > > http://bitbucket.org/binet/go-notmuch/src > > Cool stuff. > > Having wrappers and code for a library I'm familiar with like this would > make it much easier for me to sit down and take a good look at go. > > Would be you be interested in maintaining these within the bindings/ > directory of the main notmuch repository? Let me know. sure, no problem. cheers, sebastien.