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 07B78431FAF for ; Wed, 9 May 2012 03:23:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled 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 0XQztjHbIPek for ; Wed, 9 May 2012 03:23:33 -0700 (PDT) Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1F4C8431FAE for ; Wed, 9 May 2012 03:23:33 -0700 (PDT) Received: from mail.jade-hamburg.de (mail.jade-hamburg.de [85.183.11.228]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cryptobitch.de (Postfix) with ESMTPSA id B13FD5884C7 for ; Wed, 9 May 2012 12:23:28 +0200 (CEST) Received: by mail.jade-hamburg.de (Postfix, from userid 401) id AA851DF2A5; Wed, 9 May 2012 12:23:11 +0200 (CEST) Received: from thinkbox.jade-hamburg.de (mail.jade-hamburg.de [85.183.11.228]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: teythoon) by mail.jade-hamburg.de (Postfix) with ESMTPSA id A995BDF2A1 for ; Wed, 9 May 2012 12:23:09 +0200 (CEST) Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77) (envelope-from ) id 1SS43I-0001ro-5L for notmuch@notmuchmail.org; Wed, 09 May 2012 12:23:24 +0200 From: Justus Winter <4winter@informatik.uni-hamburg.de> To: notmuch@notmuchmail.org Subject: Last minute fixes to the go bindings Date: Wed, 9 May 2012 12:23:05 +0200 Message-Id: <1336558988-6813-1-git-send-email-4winter@informatik.uni-hamburg.de> X-Mailer: git-send-email 1.7.10 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, 09 May 2012 10:23:34 -0000 Hi everyone :) this is a small patch series that I'd like to see included in 0.13. The first patch updates notmuch-addrlookup with respect to Austins recent change of the notmuch_database_open function. This fixes the compilation of the utility. The second patch fixes the values of all the STATUS_* constants. Turns out all of them were set to zero by accident. This isn't a c style enum, golang has the iota operator to do this kind of stuff. This fixes the error handling for all the users of the go bindings. The third patch just brings the list of status constants up to date. Cheers, Justus