* merge branch 'master' of github.com:djcb/mu

This commit is contained in:
djcb
2013-05-04 14:13:32 +03:00

View File

@ -149,7 +149,7 @@ an absolute path."
(mu4e-error "%s exists, but is not a directory." dir)) (mu4e-error "%s exists, but is not a directory." dir))
(cond (cond
((file-directory-p dir) t) ((file-directory-p dir) t)
((yes-or-no-p (mu4e-format "%s does not exist yes. Create now?" dir)) ((yes-or-no-p (mu4e-format "%s does not exist yet. Create now?" dir))
(mu4e~proc-mkdir dir) t) (mu4e~proc-mkdir dir) t)
(t nil))) (t nil)))