Document that mu4e-maildir must not be a symlink ('fixes' #453)
mu doesn't support symlinks; document this. You can use hardlinks instead of course.
This commit is contained in:
@ -49,7 +49,8 @@ path."
|
||||
:safe 'stringp)
|
||||
|
||||
(defcustom mu4e-maildir (expand-file-name "~/Maildir")
|
||||
"The file system path to your Maildir."
|
||||
"The file system path to your Maildir. Must not be a symbolic
|
||||
link."
|
||||
:type 'directory
|
||||
:safe 'stringp
|
||||
:group 'mu4e)
|
||||
|
||||
Reference in New Issue
Block a user