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 B798B429E26 for ; Mon, 14 Nov 2011 17:20:37 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 gD3kD-oO0UdE for ; Mon, 14 Nov 2011 17:20:36 -0800 (PST) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E695A431FB6 for ; Mon, 14 Nov 2011 17:20:35 -0800 (PST) Received: from zancas.localnet (fctnnbsc36w-156034074106.pppoe-dynamic.High-Speed.nb.bellaliant.net [156.34.74.106]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pAF1KLgJ031504 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 14 Nov 2011 21:20:22 -0400 Received: from bremner by zancas.localnet with local (Exim 4.77) (envelope-from ) id 1RQ7hF-0002VF-8n; Mon, 14 Nov 2011 21:20:21 -0400 From: David Bremner To: Jani Nikula , Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: [PATCH v6 2/6] cli: add options --first and --maxitems to notmuch search In-Reply-To: <87vcqn9em2.fsf@nikula.org> References: <394a87893c97e19911041abd7a12e6b97bdb8846.1321217854.git.jani@nikula.org> <87wrb31usu.fsf@servo.finestructure.net> <87vcqn9em2.fsf@nikula.org> User-Agent: Notmuch/0.9+71~g567bcbc (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 14 Nov 2011 21:20:21 -0400 Message-ID: <87lirib2qy.fsf@zancas.localnet> 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, 15 Nov 2011 01:20:37 -0000 On Mon, 14 Nov 2011 10:34:45 +0000, Jani Nikula wrote: > > This is bike shedding, but can this option be called "--limit" instead > > of maxitems? Somehow that's more intuitive to me. > > I'll amend the patches if and when the bikeshed naming committee comes > to a resolution. I'm fine either way. ;) After a vigorous debate involving much shrugging, we settled on --limit. Thanks for rebasing ;) d