[notmuch] [PATCH] Add ENVIRONMENT VARIABLES section to the man page
authorJames Westby <jw+debian@jameswestby.net>
Sat, 19 Dec 2009 13:12:15 +0000 (13:12 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:54 +0000 (09:35 -0800)
fe/42db3d55d69968da4d9bd85c28ee64fb05cd13 [new file with mode: 0644]

diff --git a/fe/42db3d55d69968da4d9bd85c28ee64fb05cd13 b/fe/42db3d55d69968da4d9bd85c28ee64fb05cd13
new file mode 100644 (file)
index 0000000..2bd8515
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <james@jameswestby.net>\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 2E516431FC0\r
+       for <notmuch@notmuchmail.org>; Sat, 19 Dec 2009 05:12:29 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\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 AA6mgkO4IC3n for <notmuch@notmuchmail.org>;\r
+       Sat, 19 Dec 2009 05:12:28 -0800 (PST)\r
+Received: from jameswestby.net (jameswestby.net [89.145.97.141])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6BBED431FAE\r
+       for <notmuch@notmuchmail.org>; Sat, 19 Dec 2009 05:12:28 -0800 (PST)\r
+Received: from cpc4-aztw22-2-0-cust59.aztw.cable.virginmedia.com\r
+       ([94.169.116.60] helo=flash)\r
+       by jameswestby.net with esmtpa (Exim 4.69)\r
+       (envelope-from <james@jameswestby.net>)\r
+       id 1NLz6f-00077A-VH; Sat, 19 Dec 2009 13:12:26 +0000\r
+Received: by flash (Postfix, from userid 1000)\r
+       id 196526E546A; Sat, 19 Dec 2009 13:12:20 +0000 (GMT)\r
+From: James Westby <jw+debian@jameswestby.net>\r
+To: notmuch@notmuchmail.org\r
+Date: Sat, 19 Dec 2009 13:12:15 +0000\r
+Message-Id: <1261228335-4611-1-git-send-email-jw+debian@jameswestby.net>\r
+X-Mailer: git-send-email 1.6.3.3\r
+In-Reply-To: <87pr6by1s5.fsf@yoom.home.cworth.org>\r
+References: <87pr6by1s5.fsf@yoom.home.cworth.org>\r
+Subject: [notmuch] [PATCH] Add ENVIRONMENT VARIABLES section to the man page\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\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: Sat, 19 Dec 2009 13:12:29 -0000\r
+\r
+Briefly describe the NOTMUCH_CONFIG variable there.\r
+---\r
+\r
+  It turns out that it is documented in notmuch help setup, but I\r
+  missed it.\r
+\r
+  I'm not sure how to phrase it to fit at the end of notmuch help,\r
+  suggestions welcome. For now I added a traditional ENVIRONMENT\r
+  VARIABLES section to the man page.\r
+\r
+  Thanks,\r
+\r
+  James\r
+\r
+ notmuch.1 |    4 ++++\r
+ 1 files changed, 4 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/notmuch.1 b/notmuch.1\r
+index 369ecba..f304404 100644\r
+--- a/notmuch.1\r
++++ b/notmuch.1\r
+@@ -432,6 +432,10 @@ specify a date range to return messages from 2009-10-01 until the\r
+ current time:\r
\r
+       $(date +%s -d 2009-10-01)..$(date +%s)\r
++.SH ENVIRONMENT VARIABLES\r
++.IP NOTMUCH_CONFIG\r
++Specifies the location of the configuration file to override the default of\r
++.IR ~/.notmuch-config .\r
+ .SH SEE ALSO\r
+ The emacs-based interface to notmuch (available as\r
+ .B notmuch.el\r
+-- \r
+1.6.3.3\r
+\r