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 9A5C6431FAF for ; Tue, 27 Mar 2012 01:19:32 -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 F3i1Ik5bGKYf for ; Tue, 27 Mar 2012 01:19:30 -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 7CB27431FAE for ; Tue, 27 Mar 2012 01:19:30 -0700 (PDT) Received: from mail.jade-hamburg.de (unknown [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 55DE4576F27 for ; Tue, 27 Mar 2012 10:19:28 +0200 (CEST) Received: by mail.jade-hamburg.de (Postfix, from userid 401) id B77BBDF2A3; Tue, 27 Mar 2012 10:19:27 +0200 (CEST) Received: from thinkbox.jade-hamburg.de (unknown [193.174.12.196]) (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 27BEDDF2A0 for ; Tue, 27 Mar 2012 10:19:26 +0200 (CEST) Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77) (envelope-from ) id 1SCRci-0001UO-OV for notmuch@notmuchmail.org; Tue, 27 Mar 2012 10:19:24 +0200 From: Justus Winter <4winter@informatik.uni-hamburg.de> To: notmuch@notmuchmail.org Subject: Re: [RFC] Split notmuch_database_close into two functions Date: Tue, 27 Mar 2012 10:19:21 +0200 Message-Id: <1332836362-5616-1-git-send-email-4winter@informatik.uni-hamburg.de> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: References: 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: Tue, 27 Mar 2012 08:19:32 -0000 You're right of course, updated patch sent as a follow up. Justus