mu4e: add note about restarting to mu4e-mu-home

This commit is contained in:
Dirk-Jan C. Binnema 2021-10-30 15:46:03 +03:00
parent 2c432013d1
commit 892b9ce1fa
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@
(defcustom mu4e-mu-home nil
"Location of an alternate mu home dir.
If not set, use the defaults, based on the XDG Base Directory
Specification."
Specification.
Important: any changes to `mu4e-mu-home' only take affect
after (re)starting the mu session."
:group 'mu4e
:type '(choice (const :tag "Default location" nil)
(directory :tag "Specify location"))