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 09A0040DBD9 for ; Wed, 10 Nov 2010 09:42:38 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.5 X-Spam-Level: X-Spam-Status: No, score=-1.5 tagged_above=-999 required=5 tests=[BAYES_50=0.8, 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 iNbx3GgTjO-F for ; Wed, 10 Nov 2010 09:42:27 -0800 (PST) X-Greylist: delayed 323 seconds by postgrey-1.32 at olra; Wed, 10 Nov 2010 09:42:27 PST Received: from CERNMX30.cern.ch (cernmx30.cern.ch [137.138.144.177]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9ED5140DBD8 for ; Wed, 10 Nov 2010 09:42:27 -0800 (PST) Received: from CERNFE20.cern.ch (137.138.144.155) by cernmxgwlb2.cern.ch (137.138.144.177) with Microsoft SMTP Server (TLS) id 14.1.218.12; Wed, 10 Nov 2010 18:37:01 +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; Wed, 10 Nov 2010 18:37:01 +0100 From: Sebastien Binet To: CC: Subject: [ann] (incomplete) go bindings to libnotmuch User-Agent: Notmuch/0.4-31-g44ea57a (http://notmuchmail.org) Emacs/23.2.1 (x86_64-unknown-linux-gnu) Date: Wed, 10 Nov 2010 18:37:00 +0100 Message-ID: <87oc9x5bcz.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-Mailman-Approved-At: Wed, 10 Nov 2010 12:40:02 -0800 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: Wed, 10 Nov 2010 17:42:38 -0000 hi there, 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 cheers, sebastien.