aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-setup.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-setup.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-setup.c')
-rw-r--r--notmuch-setup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch-setup.c b/notmuch-setup.c
index 482efd2e..d06fbf80 100644
--- a/notmuch-setup.c
+++ b/notmuch-setup.c
@@ -76,7 +76,8 @@ welcome_message_post_setup (void)
"Notmuch is now configured, and the configuration settings are saved in\n"
"a file in your home directory named .notmuch-config . If you'd like to\n"
"change the configuration in the future, you can either edit that file\n"
-"directly or run \"notmuch setup\".\n\n"
+"directly or run \"notmuch setup\". To choose an alternate configuration\n"
+"location, set ${NOTMUCH_CONFIG}.\n\n"
"The next step is to run \"notmuch new\" which will create a database\n"
"that indexes all of your mail. Depending on the amount of mail you have\n"