From: Adam Wolfe Gordon Date: Fri, 31 May 2013 04:16:29 +0000 (+1800) Subject: Re: [PATCH v2 0/3] emacs: show: lazy handling of hidden parts X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=216fe46f449541d5fdd4ef1c898b9f804e52000e;p=notmuch-archives.git Re: [PATCH v2 0/3] emacs: show: lazy handling of hidden parts --- diff --git a/a7/19058a343751171e103fdd07132177c94eb52a b/a7/19058a343751171e103fdd07132177c94eb52a new file mode 100644 index 000000000..71b56e9bb --- /dev/null +++ b/a7/19058a343751171e103fdd07132177c94eb52a @@ -0,0 +1,76 @@ +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 8FB89431FD8 + for ; Thu, 30 May 2013 21:16:38 -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 11FTv3p-HUZ1 for ; + Thu, 30 May 2013 21:16:32 -0700 (PDT) +Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com + [74.125.82.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 2A29D431FC3 for ; Thu, 30 May 2013 21:16:32 -0700 + (PDT) +Received: by mail-wg0-f48.google.com with SMTP id f12so850251wgh.3 + for ; Thu, 30 May 2013 21:16:30 -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=NVgT9Rj8cnl6t/KTMBwJ7cbHaSdkBmj/iV4C1LB8YpE=; + b=XLIqG2B8eF34izlsOMYuxgAAkhcsWJ7pmcf7UZ/UlEMNwN8I99mB+FbOca59Paa1bh + PrivbGoHeaMz/N1yOzkGq3s0W8op5/PeVTHmM1/R88W1+zqhTfdqu2M45/QbKJ5NGgjV + VK8xIgkUrWy5dlIAZ9Umik0nexhBPAtDIzz1JkP2YVLVzTfVjLPP3h0Su3TXW8fssEnf + Zt06LZJDaR8FCT0alkSyg+QrI/baYCJfD5D/8IOJ28g+p+3yzWZEfU30zvecEI9lLeO4 + ILbhMBgP/g9UTlwqvLVnnB5g0g/ZgDPZcOOGBzK6enmg848zDBWBBrbyeXAM4MZnOctc + 3edQ== +MIME-Version: 1.0 +X-Received: by 10.180.107.104 with SMTP id hb8mr1498178wib.26.1369973789415; + Thu, 30 May 2013 21:16:29 -0700 (PDT) +Sender: awg@xvx.ca +Received: by 10.194.173.98 with HTTP; Thu, 30 May 2013 21:16:29 -0700 (PDT) +X-Originating-IP: [2001:470:b:2bb::2] +In-Reply-To: <1369555061-21361-1-git-send-email-markwalters1009@gmail.com> +References: <1369555061-21361-1-git-send-email-markwalters1009@gmail.com> +Date: Thu, 30 May 2013 22:16:29 -0600 +X-Google-Sender-Auth: fTM602RtoZxO-n1GgRbnRB27srw +Message-ID: + +Subject: Re: [PATCH v2 0/3] 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: + ALoCoQkZwzdRu2d2RXuVHYi0Nq8qWlIEWOkDCZWzVxJ3OShoyyAgiygZd+EppavuYQgkQgm0mFVu +Cc: Notmuch Mail +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, 31 May 2013 04:16:38 -0000 + +On Sun, May 26, 2013 at 1:57 AM, Mark Walters wrote: +> This is a slightly tweaked version of +> id:1367672478-12247-1-git-send-email-markwalters1009@gmail.com minus +> the first two patches which have already been pushed. + +>From a quick read-through, this series looks good to me. I applied the +patches to my build today and they improve the performance of show +substantially.