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 10795431FB6 for ; Thu, 16 Oct 2014 14:14:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 nQzrBSZvBG6S for ; Thu, 16 Oct 2014 14:14:23 -0700 (PDT) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6E832431FAF for ; Thu, 16 Oct 2014 14:14:23 -0700 (PDT) Received: by mail-wg0-f47.google.com with SMTP id x13so4630771wgg.18 for ; Thu, 16 Oct 2014 14:14:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=ZJT12cxjltDcHq3SBqE0jZBABUUplPXQQKVLQybvyrs=; b=O+TazRvu9qkWnJw92GDVUqebg5UcoUUhxSOB5xhcQm2NfMdIMm4lMBRI2cqRKZK8Do i8gU3JUNjgGnb/3Wktc4p0wp7hnLZTm9Q8TnLb9Z9bvEVD36SFK3CkeeFCnrk7VqeO7O WpebPoA5hIwXajVplk79OXRqVFILUzouvv2+3ioLhC//I7GtIyARtgFh5/c44wyuiXjN 5NaT2JNdrv3io49D6YKiuiJdg7V4JPpkvkGBBYfsp60lXyPgB9aNTikKAmyFktfpE27R l/65JXz0BzVXxYuX78dEXJNje/h7cIJOjgi2pErU9CBMAW2pqjTV7mqnba0Nx17+Lgyw oS7g== X-Gm-Message-State: ALoCoQnrx5c8sr7AHXSpqdYvg+fQ6aObHVu6lcOisuptN03ewDKIeWTm023Wj4/yS+lKd4zKG44y X-Received: by 10.194.173.10 with SMTP id bg10mr5318864wjc.16.1413494061882; Thu, 16 Oct 2014 14:14:21 -0700 (PDT) Received: from localhost (mobile-internet-5d6ad2-138.dhcp.inet.fi. [93.106.210.138]) by mx.google.com with ESMTPSA id wm6sm28789007wjb.5.2014.10.16.14.14.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Oct 2014 14:14:21 -0700 (PDT) From: Jani Nikula To: David Bremner , notmuch@notmuchmail.org Subject: Re: In-Reply-To: <1412371140-21051-1-git-send-email-david@tethera.net> References: <1412371140-21051-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.18.1+65~g9f0f30f (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Fri, 17 Oct 2014 00:14:19 +0300 Message-ID: <87y4sf3efo.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain 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: Thu, 16 Oct 2014 21:14:32 -0000 On Sat, 04 Oct 2014, David Bremner wrote: > This is in some sense a successor to > > id:cover.1411914914.git.jani@nikula.org > > It includes the first two patches of that series verbatim, and adds > some tests. I like it, very nice. Start pushing and add the post-insert hook patch from my series on top? ;) BR, Jani.