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 B66EE429E21 for ; Wed, 16 Nov 2011 02:00:58 -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 znadxDnl9bjQ for ; Wed, 16 Nov 2011 02:00:58 -0800 (PST) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 26B79431FB6 for ; Wed, 16 Nov 2011 02:00:58 -0800 (PST) Received: by vcbfk14 with SMTP id fk14so330507vcb.26 for ; Wed, 16 Nov 2011 02:00:56 -0800 (PST) Received: by 10.52.179.38 with SMTP id dd6mr8266743vdc.126.1321437656323; Wed, 16 Nov 2011 02:00:56 -0800 (PST) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id f7sm42309319vdj.13.2011.11.16.02.00.53 (version=SSLv3 cipher=OTHER); Wed, 16 Nov 2011 02:00:54 -0800 (PST) From: Jani Nikula To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH v7 0/6] lib/cli: limit number of messages in search results In-Reply-To: <878vnhar7e.fsf@zancas.localnet> References: <878vnhar7e.fsf@zancas.localnet> User-Agent: Notmuch/0.5-232-g917e874 (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) Date: Wed, 16 Nov 2011 10:00:51 +0000 Message-ID: <87boscbd4c.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: Wed, 16 Nov 2011 10:00:58 -0000 On Tue, 15 Nov 2011 19:41:57 -0400, David Bremner wrote: > On Tue, 15 Nov 2011 22:08:47 +0200, Jani Nikula wrote: > > v7, s/--first/--offset/ and s/--maxitems/--limit/ and rebased against master > > since since id:"cover.1321217854.git.jani@nikula.org" > > > > Pushed, and thanks for referring back to the other thread. Thanks. For future reference, do you prefer In-Reply-To: for the previous version, or like above? IMHO the original threads get too cluttered if the versions keep accumulating, but I don't know how that affects your nmbug workflows. BR, Jani.