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 C2FE8431FB6 for ; Thu, 18 Oct 2012 20:19:22 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 zk-WMkpZjJ0i for ; Thu, 18 Oct 2012 20:19:19 -0700 (PDT) Received: from mail-vb0-f53.google.com (mail-vb0-f53.google.com [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E32D1431FAE for ; Thu, 18 Oct 2012 20:19:18 -0700 (PDT) Received: by mail-vb0-f53.google.com with SMTP id fc21so22914vbb.26 for ; Thu, 18 Oct 2012 20:19:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=nIGZfICWRTUmjxPZCayNcJqSPIwHuOy0PbBhc8+yyVI=; b=vUXOJPBg7g2JZvnKapp2j7uSHARpeadQwYYVm6QqMxh+FZv8CAQhkswR6nag8HJWYb Sc9jRvBjumCAQctMcYeP0G+npQOX3dCxLE9CauHP6vrZKYw90Vhsd8RpDMaegvonIprH t0lGlVv1TmjdiTC+Unu1ZgBJGjyEESU9f8GUg3QIf53r/d2Z2bRmNFpN4niFK8HGpVjD 6U/O9c0RczlWTtf78Y/2j3ZMgwMzUSOD1Pg38q+y3sz4x18houhY2IPxj7KWmZLW3Uij 969iSR343v+PK+INEI0mIA63CyJD1HGydCUBOqmVUyL8hJ4EVogJg2AmmE1PxI1LrSTl x07w== Received: by 10.220.149.199 with SMTP id u7mr8422899vcv.10.1350616757075; Thu, 18 Oct 2012 20:19:17 -0700 (PDT) Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80]) by mx.google.com with ESMTPS id y7sm590660vdt.1.2012.10.18.20.19.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Oct 2012 20:19:15 -0700 (PDT) From: Ethan Glasser-Camp To: Adrien Bustany , notmuch@notmuchmail.org Subject: Re: [PATCH v2 0/2] Add flush/reopen methods to notmuch_database_t In-Reply-To: <1350510742-13447-1-git-send-email-adrien@bustany.org> References: <1342723401-26103-1-git-send-email-adrien@bustany.org> <1350510742-13447-1-git-send-email-adrien@bustany.org> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Thu, 18 Oct 2012 23:19:11 -0400 Message-ID: <874nlr87yo.fsf@betacantrips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 19 Oct 2012 03:19:22 -0000 Adrien Bustany writes: > The code of the patches in unchanged, but the formatting issues are now > hopefully fixed. These look fine to me, and they're pretty trivial. Ethan