From 22a092cda7f9bcf1ab30b64a3dc7cd10d7037f77 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 18 Apr 2012 07:18:23 +0300 Subject: [PATCH] * cosmetic --- emacs/mu4e-utils.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/mu4e-utils.el b/emacs/mu4e-utils.el index fd841daa..48a9a9e1 100644 --- a/emacs/mu4e-utils.el +++ b/emacs/mu4e-utils.el @@ -138,8 +138,9 @@ paths." (defun mu4e-get-maildirs (path) "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, -but we handle the special-case of the top-level Maildir here." +paths (ie., /archive, /sent etc.). Most of the work is done in +`mu4e-get-maildirs-1, but we handle the special-case of the +top-level Maildir here." (append (when (and (file-directory-p (concat path "/cur")) (file-directory-p (concat path "/tmp"))