* cosmetic
This commit is contained in:
@ -138,8 +138,9 @@ paths."
|
|||||||
|
|
||||||
(defun mu4e-get-maildirs (path)
|
(defun mu4e-get-maildirs (path)
|
||||||
"Get maildirs under path, recursively, as a list of relative
|
"Get maildirs under path, recursively, as a list of relative
|
||||||
paths (ie., /archive, /sent etc.). Most of the work is done in `mu4e-get-maildirs-1,
|
paths (ie., /archive, /sent etc.). Most of the work is done in
|
||||||
but we handle the special-case of the top-level Maildir here."
|
`mu4e-get-maildirs-1, but we handle the special-case of the
|
||||||
|
top-level Maildir here."
|
||||||
(append
|
(append
|
||||||
(when (and (file-directory-p (concat path "/cur"))
|
(when (and (file-directory-p (concat path "/cur"))
|
||||||
(file-directory-p (concat path "/tmp"))
|
(file-directory-p (concat path "/tmp"))
|
||||||
|
|||||||
Reference in New Issue
Block a user