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 746D9429E27 for ; Fri, 19 Aug 2011 12:36:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 5bq7+-dZL6Hi for ; Fri, 19 Aug 2011 12:36:40 -0700 (PDT) Received: from mail.sflc.info (mail.sflc.info [216.27.154.199]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0C6A2431FD0 for ; Fri, 19 Aug 2011 12:36:40 -0700 (PDT) Received: from localhost (ool-4572d87b.dyn.optonline.net [69.114.216.123]) by mail.sflc.info (Postfix) with ESMTPSA id 817F9680004; Fri, 19 Aug 2011 19:36:24 +0000 (UTC) From: James Vasile To: Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: [PATCH] Added --initial-index and --last-index to search/show In-Reply-To: <87sjoxxmcw.fsf@servo.factory.finestructure.net> References: <8739gyw0zh.fsf@opensourcematters.org> <87sjoxxmcw.fsf@servo.factory.finestructure.net> User-Agent: Notmuch/0.6.1-213-ge89ce87 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 19 Aug 2011 15:36:36 -0400 Message-ID: <87hb5duraz.fsf@freedomboxfoundation.org> 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 Aug 2011 19:36:40 -0000 On Fri, 19 Aug 2011 11:55:11 -0700, Jameson Graef Rollins wrote: Non-text part: multipart/signed > On Thu, 18 Aug 2011 23:09:54 -0400, James Vasile wrote: > > This patch implements --initial-index and --last-index as options to > > search and show. It lets you select the xth through the yth message > > and receive results that pertain only to those messages. > > Hi, James. Thanks for working on this feature. I don't have time to > review this at the moment, but I just wanted to mention that the idea > behind this feature has come up in the past as a way to significantly > increase usability and performance of the VIM interface. Since VIM does > not support asynchronous file loading, this feature could be used to > efficiently process large search results by only loading one page of > results at a time. I highly recommend that the VIM interface developers > take this and run with it. I'm sure this could be used to actually get > the VIM interface over the hump to being fully functional. As a former vim user, this makes me quite happy. Thanks!