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 143C5431FB6 for ; Mon, 10 Jun 2013 08:57:12 -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 7ta5Gu3eK459 for ; Mon, 10 Jun 2013 08:57:04 -0700 (PDT) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 71309431FAF for ; Mon, 10 Jun 2013 08:57:04 -0700 (PDT) Received: by mail-wg0-f46.google.com with SMTP id c11so1558520wgh.25 for ; Mon, 10 Jun 2013 08:57:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=Ers2G303JptinPlBbpUbwQ7mieD3UbZaaOMlnfCz1nQ=; b=ln71qHhN9+0dXUVCFlOwulgGNslaqmY5fnFnBrkw9jKj3D6gkaCr1IrDDKZeE98FYY X5tH7hZwyPoj8bVGjbZVyDEgiBZQSZqg9ejchG/DDXWXQgsQYY1oXbmY8NapafVenON9 rRRnZSlgEsgnTp1Jq69n0rb+PcY9qibIjbTsiEWiLWVKHkMDTBF3nzS6ZSz+R6oq+JdS wZm2FOwcQuTRZEDtKcnOlWohSDUg0BEzozV6nqKkoxtU29qA57UbORcizYOkQ5LfL2fx ppCVJXT3DFnEm1Q8g9aq2Pp6Ltw2UxQ+DCqfvTUQ2ysrIdpfP8fl6Sr/Ft55ABEyRuW1 s7rQ== MIME-Version: 1.0 X-Received: by 10.194.171.65 with SMTP id as1mr5926231wjc.40.1370879822011; Mon, 10 Jun 2013 08:57:02 -0700 (PDT) Sender: awg@xvx.ca Received: by 10.194.25.6 with HTTP; Mon, 10 Jun 2013 08:57:01 -0700 (PDT) X-Originating-IP: [68.150.39.45] In-Reply-To: <1370840233-23258-1-git-send-email-markwalters1009@gmail.com> References: <1370840233-23258-1-git-send-email-markwalters1009@gmail.com> Date: Mon, 10 Jun 2013 09:57:01 -0600 X-Google-Sender-Auth: c76Du0Z6Ni8hHalpXqlRWl4DZPQ Message-ID: Subject: Re: [PATCH v5 0/6] emacs: show: lazy handling of hidden parts From: Adam Wolfe Gordon To: Mark Walters Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQn5b3t8B0pi/vN/l3rGeJ9WifhYRbI2ULbYsG6Mrp+Oag6p07Kxgdxe3+rf81TpSwcmPSrE Cc: Notmuch Mail , Austin Clements 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: Mon, 10 Jun 2013 15:57:12 -0000 On Sun, Jun 9, 2013 at 10:57 PM, Mark Walters wrote: > This is version 5 of this patch set. Version 4 is at > id:1370074547-24677-1-git-send-email-markwalters1009@gmail.com. I've been using version 4 for a few days, and works great. The version of the code I reviewed LGTM. Since this series provides a big performance improvement for my usage, I'd like to see it pushed soon :-). -- Adam