From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 12803431FBD for ; Wed, 17 Oct 2012 14:52:38 -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 bCouvtyV0nT6 for ; Wed, 17 Oct 2012 14:52:37 -0700 (PDT) Received: from mail.bustany.org (bustany.org [176.31.244.208]) by olra.theworths.org (Postfix) with ESMTP id A9B8F431FB6 for ; Wed, 17 Oct 2012 14:52:37 -0700 (PDT) Received: from localhost.localdomain (91-158-5-86.elisa-laajakaista.fi [91.158.5.86]) by mail.bustany.org (Postfix) with ESMTPSA id B745E1401ED for ; Wed, 17 Oct 2012 23:56:24 +0200 (CEST) From: Adrien Bustany To: notmuch@notmuchmail.org Subject: [PATCH v2 0/2] Add flush/reopen methods to notmuch_database_t Date: Thu, 18 Oct 2012 00:52:20 +0300 Message-Id: <1350510742-13447-1-git-send-email-adrien@bustany.org> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1342723401-26103-1-git-send-email-adrien@bustany.org> References: <1342723401-26103-1-git-send-email-adrien@bustany.org> 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, 17 Oct 2012 21:52:38 -0000 The code of the patches in unchanged, but the formatting issues are now hopefully fixed.