aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.1
diff options
context:
space:
mode:
authorGravatar Alec Berryman <alec@thened.net>2009-11-21 23:18:26 -0600
committerGravatar Carl Worth <cworth@cworth.org>2009-11-23 03:01:57 +0100
commit91d1d3f043b82d5f3f8c04f2db71a829a7406131 (patch)
treecdd4783ec2a35528e7f142c260fd934b75c98c92 /notmuch.1
parent8c09ca1e21a9f33cf216cde3bebc05d245ff6b78 (diff)
Support multiple configuration files via $NOTMUCH_CONFIG
If present, $NOTMUCH_CONFIG will be used as the configuration file location.
Diffstat (limited to 'notmuch.1')
-rw-r--r--notmuch.17
1 files changed, 4 insertions, 3 deletions
diff --git a/notmuch.1 b/notmuch.1
index 8a3fb408..eeb1a948 100644
--- a/notmuch.1
+++ b/notmuch.1
@@ -53,9 +53,10 @@ Interactively sets up notmuch for first use.
The setup command will prompt for your full name, your primary email
address, any alternate email addresses you use, and the directory
containing your email archives. Your answers will be written to a
-configuration file in ${HOME}/.notmuch-config . This configuration
-file will be created with descriptive comments, making it easy to edit
-by hand later to change the configuration. Or you can run
+configuration file in ${NOTMUCH_CONFIG} (if set) or
+${HOME}/.notmuch-config . This configuration file will be created with
+descriptive comments, making it easy to edit by hand later to change the
+configuration. Or you can run
.B "notmuch setup"
again to change the configuration.