[PATCH 2/2] doc: reflect config default location change

sh!zeeg shizeeque at gmail.com
Wed Mar 14 05:43:21 PDT 2018


---
 doc/man1/notmuch-compact.rst | 2 +-
 doc/man1/notmuch-config.rst  | 2 +-
 doc/man1/notmuch-reply.rst   | 2 +-
 doc/man1/notmuch.rst         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/man1/notmuch-compact.rst b/doc/man1/notmuch-compact.rst
index b05593ec..98de622f 100644
--- a/doc/man1/notmuch-compact.rst
+++ b/doc/man1/notmuch-compact.rst
@@ -41,7 +41,7 @@ of notmuch.
 
 **NOTMUCH\_CONFIG**
     Specifies the location of the notmuch configuration file. Notmuch
-    will use ${HOME}/.notmuch-config if this variable is not set.
+    will use ${XDG_CONFIG_HOME}/notmuch/config if this variable is not set.
 
 SEE ALSO
 ========
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst
index 89909808..aeedc18a 100644
--- a/doc/man1/notmuch-config.rst
+++ b/doc/man1/notmuch-config.rst
@@ -213,7 +213,7 @@ of notmuch.
 
 **NOTMUCH\_CONFIG**
     Specifies the location of the notmuch configuration file. Notmuch
-    will use ${HOME}/.notmuch-config if this variable is not set.
+    will use ${XDG_CONFIG_HOME}/notmuch/config if this variable is not set.
 
 SEE ALSO
 ========
diff --git a/doc/man1/notmuch-reply.rst b/doc/man1/notmuch-reply.rst
index c893ba04..b593ed9f 100644
--- a/doc/man1/notmuch-reply.rst
+++ b/doc/man1/notmuch-reply.rst
@@ -19,7 +19,7 @@ Reply-to: header is present and different from any To:/Cc: address it
 is used, otherwise From: header is used. Unless
 ``--reply-to=sender`` is specified, values from the To: and Cc: headers
 are copied, but not including any of the current user's email addresses
-(as configured in primary\_mail or other\_email in the .notmuch-config
+(as configured in primary\_mail or other\_email in the ${NOTMUCH\_CONFIG}
 file) in the recipient list.
 
 It also builds a suitable new subject, including Re: at the front (if
diff --git a/doc/man1/notmuch.rst b/doc/man1/notmuch.rst
index d2cd8da5..e9a4b6ca 100644
--- a/doc/man1/notmuch.rst
+++ b/doc/man1/notmuch.rst
@@ -74,7 +74,7 @@ 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 ${NOTMUCH\_CONFIG} (if set) or
-${HOME}/.notmuch-config . This configuration file will be created with
+${XDG_CONFIG_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 **notmuch setup** again to change the
 configuration.
-- 
2.16.2



More information about the notmuch mailing list