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 AC062429E26 for ; Tue, 6 Dec 2011 13:06:47 -0800 (PST) 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 YOwm0nsnEwR3 for ; Tue, 6 Dec 2011 13:06:47 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0ACA1429E21 for ; Tue, 6 Dec 2011 13:06:46 -0800 (PST) Received: by wgbds13 with SMTP id ds13so5734423wgb.2 for ; Tue, 06 Dec 2011 13:06:46 -0800 (PST) Received: by 10.216.137.103 with SMTP id x81mr677083wei.34.1323205605872; Tue, 06 Dec 2011 13:06:45 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id b5sm35438470wbh.4.2011.12.06.13.06.40 (version=SSLv3 cipher=OTHER); Tue, 06 Dec 2011 13:06:43 -0800 (PST) From: Jani Nikula To: "Aneesh Kumar K.V" , notmuch@notmuchmail.org Subject: Re: [DRAFT PATCH] emacs: support limiting the number of results shown in search results In-Reply-To: <87hb1gu643.fsf@linux.vnet.ibm.com> References: <1321560458-32010-1-git-send-email-jani@nikula.org> <87hb1gu643.fsf@linux.vnet.ibm.com> User-Agent: Notmuch/0.10.1+59~ga1814f2 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Tue, 06 Dec 2011 23:06:37 +0200 Message-ID: <87obvlxvdu.fsf@nikula.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: Tue, 06 Dec 2011 21:06:47 -0000 On Sun, 04 Dec 2011 13:21:40 +0530, "Aneesh Kumar K.V" wrote: > On Thu, 17 Nov 2011 22:07:38 +0200, Jani Nikula wrote: > > Add support for limiting the maximum number of results initially displayed > > in search results. When enabled, the search results will contain push > > buttons to double the number of results displayed or to show unlimited > > results. > > > > The approach is inspired by vc-print-log in Emacs vc.el. > > > > Signed-off-by: Jani Nikula > > > > This break notmuch-search-operate-all, I guess the change should also > make sure notmuch-search-operate-all also limit its operation to > notmuch-search-limit ? Hi Aneesh, thanks for the report. I'll look into this, but I'm afraid I can't make any promises when it'll be. BR, Jani.