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 581CA429E21 for ; Mon, 14 Nov 2011 02:34:51 -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 Vhs7zBt8kN-R for ; Mon, 14 Nov 2011 02:34:50 -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 C2211431FB6 for ; Mon, 14 Nov 2011 02:34:50 -0800 (PST) Received: by vcbfk26 with SMTP id fk26so6343145vcb.26 for ; Mon, 14 Nov 2011 02:34:49 -0800 (PST) Received: by 10.52.95.34 with SMTP id dh2mr33933900vdb.12.1321266889023; Mon, 14 Nov 2011 02:34:49 -0800 (PST) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id k20sm21349102vdd.20.2011.11.14.02.34.46 (version=SSLv3 cipher=OTHER); Mon, 14 Nov 2011 02:34:47 -0800 (PST) From: Jani Nikula To: Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: [PATCH v6 2/6] cli: add options --first and --maxitems to notmuch search In-Reply-To: <87wrb31usu.fsf@servo.finestructure.net> References: <394a87893c97e19911041abd7a12e6b97bdb8846.1321217854.git.jani@nikula.org> <87wrb31usu.fsf@servo.finestructure.net> User-Agent: Notmuch/0.5-232-g917e874 (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) Date: Mon, 14 Nov 2011 10:34:45 +0000 Message-ID: <87vcqn9em2.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: Mon, 14 Nov 2011 10:34:51 -0000 On Sun, 13 Nov 2011 15:12:17 -0800, Jameson Graef Rollins wrote: Non-text part: multipart/signed > On Sun, 13 Nov 2011 23:15:31 +0200, Jani Nikula wrote: > > Option --maxitems=M limits the maximum number of results to display to M. > > 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. ;) Jani.