Re: [PATCH v6 2/6] cli: add options --first and --maxitems to notmuch search
authorJani Nikula <jani@nikula.org>
Mon, 14 Nov 2011 10:34:45 +0000 (10:34 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:10 +0000 (09:40 -0800)
bb/95c2c272142bc82293c3dbe93e5270b111bcb7 [new file with mode: 0644]

diff --git a/bb/95c2c272142bc82293c3dbe93e5270b111bcb7 b/bb/95c2c272142bc82293c3dbe93e5270b111bcb7
new file mode 100644 (file)
index 0000000..e3417be
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 581CA429E21\r
+       for <notmuch@notmuchmail.org>; Mon, 14 Nov 2011 02:34:51 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Vhs7zBt8kN-R for <notmuch@notmuchmail.org>;\r
+       Mon, 14 Nov 2011 02:34:50 -0800 (PST)\r
+Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com\r
+       [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C2211431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 14 Nov 2011 02:34:50 -0800 (PST)\r
+Received: by vcbfk26 with SMTP id fk26so6343145vcb.26\r
+       for <notmuch@notmuchmail.org>; Mon, 14 Nov 2011 02:34:49 -0800 (PST)\r
+Received: by 10.52.95.34 with SMTP id dh2mr33933900vdb.12.1321266889023;\r
+       Mon, 14 Nov 2011 02:34:49 -0800 (PST)\r
+Received: from localhost (nikula.org. [92.243.24.172])\r
+       by mx.google.com with ESMTPS id k20sm21349102vdd.20.2011.11.14.02.34.46\r
+       (version=SSLv3 cipher=OTHER); Mon, 14 Nov 2011 02:34:47 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v6 2/6] cli: add options --first and --maxitems to notmuch\r
+       search\r
+In-Reply-To: <87wrb31usu.fsf@servo.finestructure.net>\r
+References: <cover.1321217854.git.jani@nikula.org>\r
+       <394a87893c97e19911041abd7a12e6b97bdb8846.1321217854.git.jani@nikula.org>\r
+       <87wrb31usu.fsf@servo.finestructure.net>\r
+User-Agent: Notmuch/0.5-232-g917e874 (http://notmuchmail.org) Emacs/23.1.1\r
+       (i686-pc-linux-gnu)\r
+Date: Mon, 14 Nov 2011 10:34:45 +0000\r
+Message-ID: <87vcqn9em2.fsf@nikula.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 14 Nov 2011 10:34:51 -0000\r
+\r
+On Sun, 13 Nov 2011 15:12:17 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
+Non-text part: multipart/signed\r
+> On Sun, 13 Nov 2011 23:15:31 +0200, Jani Nikula <jani@nikula.org> wrote:\r
+> > Option --maxitems=M limits the maximum number of results to display to M.\r
+> \r
+> This is bike shedding, but can this option be called "--limit" instead\r
+> of maxitems?  Somehow that's more intuitive to me.\r
+\r
+I'll amend the patches if and when the bikeshed naming committee comes\r
+to a resolution. I'm fine either way. ;)\r
+\r
+Jani.\r