aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
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.c
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.c')
-rw-r--r--notmuch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch.c b/notmuch.c
index 8cb13107..d84cea59 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -98,7 +98,8 @@ command_t commands[] = {
"\t\tThe setup command will prompt for your full name, your primary\n"
"\t\temail address, any alternate email addresses you use, and the\n"
"\t\tdirectory containing your email archives. Your answers will be\n"
- "\t\twritten to a configuration file in ${HOME}/.notmuch-config .\n"
+ "\t\twritten to a configuration file in ${NOTMUCH_CONFIG} (if set)\n"
+ "\t\tor ${HOME}/.notmuch-config.\n"
"\n"
"\t\tThis configuration file will be created with descriptive\n"
"\t\tcomments, making it easy to edit by hand later to change the\n"