--- /dev/null
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 462CD6DE0275\r
+ for <notmuch@notmuchmail.org>; Wed, 24 Feb 2016 09:49:03 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.036\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.036 tagged_above=-999 required=5\r
+ tests=[AWL=-0.025, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id IzuzKTrPaXif for <notmuch@notmuchmail.org>;\r
+ Wed, 24 Feb 2016 09:49:01 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id ED7A76DE00DF\r
+ for <notmuch@notmuchmail.org>; Wed, 24 Feb 2016 09:49:00 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aYdZC-0008Fb-28; Wed, 24 Feb 2016 12:49:38 -0500\r
+Received: (nullmailer pid 14826 invoked by uid 1000);\r
+ Wed, 24 Feb 2016 17:48:54 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Gaute Hope <eg@gaute.vetsj.com>, notmuch@notmuchmail.org\r
+Subject: Re: how do the different frontends deal with displaying large\r
+ queries?\r
+In-Reply-To: <1456296267-astroid-0-gqidxpyulu-23762@strange>\r
+References: <1456296267-astroid-0-gqidxpyulu-23762@strange>\r
+User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Wed, 24 Feb 2016 13:48:54 -0400\r
+Message-ID: <87ziuqj8xl.fsf@tesseract.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 24 Feb 2016 17:49:03 -0000\r
+\r
+Gaute Hope <eg@gaute.vetsj.com> writes:\r
+\r
+> Hi,\r
+>\r
+> I am wondering how the different frontends deal with displaying large\r
+> queries? Do you just display everything at the time? Or do you display a\r
+> limited number and then show more on-demand?\r
+>\r
+\r
+I only know the emacs front end, and I suspect the answer won't help you\r
+much. We start filling an emacs buffer asynchronously with the results,\r
+and display the top of the buffer with the first results. Results are\r
+appended to the end of the buffer, typically much faster than the user\r
+can scroll.\r
+\r
+d\r