Re: [PATCH 0/6] notmuch cli config changes
authorDavid Bremner <david@tethera.net>
Tue, 12 Feb 2013 18:53:53 +0000 (14:53 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:53:35 +0000 (09:53 -0800)
42/1503328684d8bea90f2d8adabb77531e64c801 [new file with mode: 0644]

diff --git a/42/1503328684d8bea90f2d8adabb77531e64c801 b/42/1503328684d8bea90f2d8adabb77531e64c801
new file mode 100644 (file)
index 0000000..cbe2824
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <bremner@unb.ca>\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 E25B3431FBC\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Feb 2013 10:54:04 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 PIHwI4jY4Sx9 for <notmuch@notmuchmail.org>;\r
+       Tue, 12 Feb 2013 10:54:02 -0800 (PST)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id E1D4D431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Feb 2013 10:54:02 -0800 (PST)\r
+Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
+       by tesseract.cs.unb.ca with esmtpsa\r
+       (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1U5KzQ-0003oo-0u; Tue, 12 Feb 2013 14:54:00 -0400\r
+Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1U5KzJ-0006Ub-LC; Tue, 12 Feb 2013 14:53:53 -0400\r
+From: David Bremner <david@tethera.net>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
+       Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/6] notmuch cli config changes\r
+In-Reply-To: <87a9r9o4ks.fsf@servo.finestructure.net>\r
+References: <cover.1359495450.git.jani@nikula.org>\r
+       <871ucts54t.fsf@servo.finestructure.net>\r
+       <87y5f0fhtd.fsf@zancas.localnet>\r
+       <87fw12nf7w.fsf@servo.finestructure.net>\r
+       <87k3qd92sw.fsf@zancas.localnet>\r
+       <87a9r9o4ks.fsf@servo.finestructure.net>\r
+User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 12 Feb 2013 14:53:53 -0400\r
+Message-ID: <87pq05icse.fsf@convex-new.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-Spam_bar: -\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: Tue, 12 Feb 2013 18:54:05 -0000\r
+\r
+Jameson Graef Rollins <jrollins@finestructure.net> writes:\r
+\r
+> But don't get me wrong, the CLI is one of the things that makes notmuch\r
+> so incredibly awesome.  It's an email swiss army knife that's there when\r
+> you need it.  But given that even I often need to look at the man page\r
+> during my occasional CLI usage, I just don't want to see it get to\r
+> overcrowded.\r
+\r
+Well, maybe this should be a discussion about how to organize the CLI\r
+documentation so that more commonly used options are easy to find. That\r
+would indeed be a side effect of making less commonly used options\r
+controlled by environment variables, and documenting the environment\r
+variables at the bottom of the man pages as per tradition. But I don't\r
+think this is the only way or even the best way to achieve good\r
+documentation.\r
+\r
+d\r