1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-25 07:28:02 +02:00
This commit is contained in:
Steve Purcell 2013-05-03 18:39:05 +02:00
parent 057fa6430e
commit fd336771b2

View File

@ -149,7 +149,7 @@ an absolute path."
(mu4e-error "%s exists, but is not a directory." dir))
(cond
((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)
(t nil)))