From 91d1d3f043b82d5f3f8c04f2db71a829a7406131 Mon Sep 17 00:00:00 2001 From: Alec Berryman Date: Sat, 21 Nov 2009 23:18:26 -0600 Subject: Support multiple configuration files via $NOTMUCH_CONFIG If present, $NOTMUCH_CONFIG will be used as the configuration file location. --- notmuch.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'notmuch.1') diff --git a/notmuch.1 b/notmuch.1 index 8a3fb40..eeb1a94 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. -- cgit v1.2.3