Merge branch 'master' of github.com:djcb/mu

This commit is contained in:
djcb 2012-02-05 08:51:33 +02:00
commit ec7d8faf06
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ dir already existed, or has been created, nil otherwise."
(error "Please set %S" var))
(let* ((dir (symbol-value var)) (path (concat mu4e-maildir dir)))
(unless (string= (substring dir 0 1) "/")
(error "%S must start with a '/'"))
(error "%S must start with a '/'" dir))
(unless (mu4e-create-maildir-maybe path)
(error "%s (%S) does not exist" path var)))))