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 4C69C431FAF for ; Sun, 29 Apr 2012 04:24:08 -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 tA2W3oBc0upT for ; Sun, 29 Apr 2012 04:24:07 -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 88945431FAE for ; Sun, 29 Apr 2012 04:24:07 -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 CFC695841C6 for ; Sun, 29 Apr 2012 13:24:02 +0200 (CEST) Received: by mail.jade-hamburg.de (Postfix, from userid 401) id 2E2AFDF2A7; Sun, 29 Apr 2012 13:24:02 +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 C8794DF2A3; Sun, 29 Apr 2012 13:24:00 +0200 (CEST) Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77) (envelope-from ) id 1SOSEQ-0004LV-JP; Sun, 29 Apr 2012 13:23:58 +0200 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Justus Winter <4winter@informatik.uni-hamburg.de> User-Agent: alot/0.3+ To: Austin Clements , notmuch@notmuchmail.org References: <1335651473-19652-1-git-send-email-amdragon@mit.edu> In-Reply-To: <1335651473-19652-1-git-send-email-amdragon@mit.edu> Message-ID: <20120429112357.2528.68165@thinkbox.jade-hamburg.de> Subject: Re: [PATCH 0/6] Make notmuch_database_{open, create} return status codes Date: Sun, 29 Apr 2012 13:23:57 +0200 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: Sun, 29 Apr 2012 11:24:08 -0000 Hi Austin :) Quoting Austin Clements (2012-04-29 00:17:47) > Since we're breaking binary and source compatibility with the next > release anyway, it's about time we fix notmuch_database_{open,create} > to return status codes. Awesome, thanks for taking care of this. The python patch looks fine. Justus