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 3A835429E25 for ; Fri, 19 Aug 2011 08:00:31 -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 bjUL1zVNrpWv for ; Fri, 19 Aug 2011 08:00:30 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 1DDF1431FD0 for ; Fri, 19 Aug 2011 08:00:30 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 60F883CFE71; Fri, 19 Aug 2011 17:00:28 +0200 (CEST) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id QxXnWAKnmnp2; Fri, 19 Aug 2011 17:00:27 +0200 (CEST) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 2638619F3336; Fri, 19 Aug 2011 17:00:25 +0200 (CEST) Received: from steelpick.2x.cz (unknown [141.76.49.12]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 30C9EFA003; Fri, 19 Aug 2011 17:00:24 +0200 (CEST) Received: from wsh by steelpick.2x.cz with local (Exim 4.76) (envelope-from ) id 1QuQYZ-0002y0-SQ; Fri, 19 Aug 2011 17:00:23 +0200 From: Michal Sojka To: James Vasile , notmuch@notmuchmail.org Subject: Re: [PATCH] Return maximum of 150 results In-Reply-To: <87zkj6um50.fsf@opensourcematters.org> References: <87zkj6um50.fsf@opensourcematters.org> User-Agent: Notmuch/0.6.1-91-g55c2c34 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 19 Aug 2011 17:00:23 +0200 Message-ID: <87mxf5v43c.fsf@steelpick.2x.cz> 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 15:00:31 -0000 Hi James, On Fri, 19 Aug 2011, James Vasile wrote: > Display a maximum of 150 results when searching for messages. This > prevents client lag when searches return thousands of results you'll > never look at I would not like this feature. If I search for something I really want to see everything. For example, if I want to remove inbox from many messages, I would search for them and press "-inbox". With your patch I'd not be sure whether there are some more messages or not. > (use the Filter command to cut down results that exceed 150). You can start filtering while the previous search is still running, so I do not see problem with having bug number of results. > > Number of results can be changed by setting notmuch-max-results. If you really want this behavior, I propose to make the default value of notmuch-max-results infinity. -Michal