* cosmetics

This commit is contained in:
djcb
2013-05-21 20:11:11 +03:00
parent 10b64bb654
commit 1dea612cba
2 changed files with 4 additions and 5 deletions

View File

@ -137,9 +137,7 @@ see its docstring)."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun mu4e~guess-maildir (path)
"Guess the maildir for some path, or nil if cannot find it."
(when (zerop (string-match mu4e-maildir path))
@ -148,6 +146,7 @@ see its docstring)."
""
(expand-file-name
(concat path "/../..")))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;