database error
[notmuch-archives.git] / 39 / 1e6d762631a6d06d3f144023e73a74a8d1249a
1 Return-Path: <vasile@freedomboxfoundation.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 746D9429E27\r
6         for <notmuch@notmuchmail.org>; Fri, 19 Aug 2011 12:36:40 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 5bq7+-dZL6Hi for <notmuch@notmuchmail.org>;\r
16         Fri, 19 Aug 2011 12:36:40 -0700 (PDT)\r
17 Received: from mail.sflc.info (mail.sflc.info [216.27.154.199])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 0C6A2431FD0\r
21         for <notmuch@notmuchmail.org>; Fri, 19 Aug 2011 12:36:40 -0700 (PDT)\r
22 Received: from localhost (ool-4572d87b.dyn.optonline.net [69.114.216.123])\r
23         by mail.sflc.info (Postfix) with ESMTPSA id 817F9680004;\r
24         Fri, 19 Aug 2011 19:36:24 +0000 (UTC)\r
25 From: James Vasile <james@hackervisions.org>\r
26 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
27  notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH] Added --initial-index and --last-index to search/show\r
29 In-Reply-To: <87sjoxxmcw.fsf@servo.factory.finestructure.net>\r
30 References: <8739gyw0zh.fsf@opensourcematters.org>\r
31         <87sjoxxmcw.fsf@servo.factory.finestructure.net>\r
32 User-Agent: Notmuch/0.6.1-213-ge89ce87 (http://notmuchmail.org) Emacs/23.3.1\r
33         (x86_64-pc-linux-gnu)\r
34 Date: Fri, 19 Aug 2011 15:36:36 -0400\r
35 Message-ID: <87hb5duraz.fsf@freedomboxfoundation.org>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Fri, 19 Aug 2011 19:36:40 -0000\r
51 \r
52 On Fri, 19 Aug 2011 11:55:11 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
53 Non-text part: multipart/signed\r
54 > On Thu, 18 Aug 2011 23:09:54 -0400, James Vasile <james@hackervisions.org> wrote:\r
55 > > This patch implements --initial-index and --last-index as options to\r
56 > > search and show.  It lets you select the xth through the yth message\r
57 > > and receive results that pertain only to those messages.\r
58\r
59 > Hi, James.  Thanks for working on this feature.  I don't have time to\r
60 > review this at the moment, but I just wanted to mention that the idea\r
61 > behind this feature has come up in the past as a way to significantly\r
62 > increase usability and performance of the VIM interface.  Since VIM does\r
63 > not support asynchronous file loading, this feature could be used to\r
64 > efficiently process large search results by only loading one page of\r
65 > results at a time.  I highly recommend that the VIM interface developers\r
66 > take this and run with it.  I'm sure this could be used to actually get\r
67 > the VIM interface over the hump to being fully functional.\r
68 \r
69 As a former vim user, this makes me quite happy.  Thanks!\r
70 \r