* mu4e-proc: improve mu4e-mu-binary-not-found error msg

This commit is contained in:
djcb
2012-02-04 10:14:57 +02:00
parent 5a62785dbc
commit 33388ccbfa

View File

@ -123,7 +123,7 @@ process."
"Start the mu server process."
;; TODO: add version check
(unless (file-executable-p mu4e-mu-binary)
(error (format "%S not found" mu4e-mu-binary)))
(error (format "`mu4e-mu-binary' (%S) not found" mu4e-mu-binary)))
(let* ((process-connection-type nil) ;; use a pipe
(args '("server"))
(args (append args (when mu4e-mu-home