[notmuch] [PATCH] Add ENVIRONMENT VARIABLES section to the man page
[notmuch-archives.git] / fe / 42db3d55d69968da4d9bd85c28ee64fb05cd13
1 Return-Path: <james@jameswestby.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 2E516431FC0\r
6         for <notmuch@notmuchmail.org>; Sat, 19 Dec 2009 05:12:29 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id AA6mgkO4IC3n for <notmuch@notmuchmail.org>;\r
11         Sat, 19 Dec 2009 05:12:28 -0800 (PST)\r
12 Received: from jameswestby.net (jameswestby.net [89.145.97.141])\r
13         by olra.theworths.org (Postfix) with ESMTP id 6BBED431FAE\r
14         for <notmuch@notmuchmail.org>; Sat, 19 Dec 2009 05:12:28 -0800 (PST)\r
15 Received: from cpc4-aztw22-2-0-cust59.aztw.cable.virginmedia.com\r
16         ([94.169.116.60] helo=flash)\r
17         by jameswestby.net with esmtpa (Exim 4.69)\r
18         (envelope-from <james@jameswestby.net>)\r
19         id 1NLz6f-00077A-VH; Sat, 19 Dec 2009 13:12:26 +0000\r
20 Received: by flash (Postfix, from userid 1000)\r
21         id 196526E546A; Sat, 19 Dec 2009 13:12:20 +0000 (GMT)\r
22 From: James Westby <jw+debian@jameswestby.net>\r
23 To: notmuch@notmuchmail.org\r
24 Date: Sat, 19 Dec 2009 13:12:15 +0000\r
25 Message-Id: <1261228335-4611-1-git-send-email-jw+debian@jameswestby.net>\r
26 X-Mailer: git-send-email 1.6.3.3\r
27 In-Reply-To: <87pr6by1s5.fsf@yoom.home.cworth.org>\r
28 References: <87pr6by1s5.fsf@yoom.home.cworth.org>\r
29 Subject: [notmuch] [PATCH] Add ENVIRONMENT VARIABLES section to the man page\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.12\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Sat, 19 Dec 2009 13:12:29 -0000\r
43 \r
44 Briefly describe the NOTMUCH_CONFIG variable there.\r
45 ---\r
46 \r
47   It turns out that it is documented in notmuch help setup, but I\r
48   missed it.\r
49 \r
50   I'm not sure how to phrase it to fit at the end of notmuch help,\r
51   suggestions welcome. For now I added a traditional ENVIRONMENT\r
52   VARIABLES section to the man page.\r
53 \r
54   Thanks,\r
55 \r
56   James\r
57 \r
58  notmuch.1 |    4 ++++\r
59  1 files changed, 4 insertions(+), 0 deletions(-)\r
60 \r
61 diff --git a/notmuch.1 b/notmuch.1\r
62 index 369ecba..f304404 100644\r
63 --- a/notmuch.1\r
64 +++ b/notmuch.1\r
65 @@ -432,6 +432,10 @@ specify a date range to return messages from 2009-10-01 until the\r
66  current time:\r
67  \r
68         $(date +%s -d 2009-10-01)..$(date +%s)\r
69 +.SH ENVIRONMENT VARIABLES\r
70 +.IP NOTMUCH_CONFIG\r
71 +Specifies the location of the configuration file to override the default of\r
72 +.IR ~/.notmuch-config .\r
73  .SH SEE ALSO\r
74  The emacs-based interface to notmuch (available as\r
75  .B notmuch.el\r
76 -- \r
77 1.6.3.3\r
78 \r