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 E7CCF429E27 for ; Sat, 20 Aug 2011 04:21:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 dSbNJji1HvIx for ; Sat, 20 Aug 2011 04:21:33 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5D5AA431FD0 for ; Sat, 20 Aug 2011 04:21:33 -0700 (PDT) Received: by wyg36 with SMTP id 36so3070894wyg.26 for ; Sat, 20 Aug 2011 04:21:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:content-type:mime-version:in-reply-to:references:subject :to:from:date; bh=l1WReBy9lfiNMcLWv9cjCWJ9fKrLgD6DU83oMCfLE+8=; b=w53cXFiTjDVruY89NgKpbsvnnLe+SsD/DUv1HrNs2CxWzb3eiK+CeFrZ/a7lex47i4 A9fWEDNAn91icj13dwR0A8XRGlPZ94MfZwQQXP1zntRD508EdrklnoHJGcUmVTkl12fu 00m1HVsM/1gyb/X0OOFaa9JntjuyEiaFrzxSE= Received: by 10.216.169.13 with SMTP id m13mr426258wel.32.1313839290755; Sat, 20 Aug 2011 04:21:30 -0700 (PDT) Received: from localhost (cpc1-sgyl2-0-0-cust47.sgyl.cable.virginmedia.com [80.192.18.48]) by mx.google.com with ESMTPS id 8sm3271910wbx.51.2011.08.20.04.21.28 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Aug 2011 04:21:29 -0700 (PDT) Message-ID: <4e4f98b9.0806e30a.0505.ffffbdb3@mx.google.com> Content-Type: multipart/mixed; boundary="===============0355875053052718243==" MIME-Version: 1.0 In-Reply-To: <87hb5duraz.fsf@freedomboxfoundation.org> References: <8739gyw0zh.fsf@opensourcematters.org> <87sjoxxmcw.fsf@servo.factory.finestructure.net> <87hb5duraz.fsf@freedomboxfoundation.org> Subject: Re: [PATCH] Added --initial-index and --last-index to search/show To: notmuch@notmuchmail.org From: Patrick Totzke Date: Sat, 20 Aug 2011 12:21:26 +0100 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: Sat, 20 Aug 2011 11:21:34 -0000 --===============0355875053052718243== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! A very good idea indeed! This could become quite handy speeding up my inter= face. One question: What do you (intend to) do to ensure that accumulated results 'add up well'? = Consider the following: you query some 10 threads, the user tags one of them so that it doesn't macht anymore and afterwards you list the next 100 threa= ds. After the tagging, the number of hits decreases, so if you query from hit number 101 to 200, you will not return the 100th (now 99th) thread= at all. Ok, one could always list all threads up to the one one is interested in bu= t that would make refreshing the list slower and slower when you keep scrolling do= wn.. best, /p --===============0355875053052718243==--