fix common-lispism that slipped in.
This commit is contained in:
@ -341,7 +341,7 @@ dir already existed, or has been created, nil otherwise."
|
|||||||
((file-directory-p dir) t)
|
((file-directory-p dir) t)
|
||||||
((yes-or-no-p (format "%s does not exist yes. Create now?" dir))
|
((yes-or-no-p (format "%s does not exist yes. Create now?" dir))
|
||||||
(mu4e-proc-mkdir dir))
|
(mu4e-proc-mkdir dir))
|
||||||
(otherwise nil)))
|
(t nil)))
|
||||||
|
|
||||||
(defun mu4e-check-requirements ()
|
(defun mu4e-check-requirements ()
|
||||||
"Check for the settings required for running mu4e."
|
"Check for the settings required for running mu4e."
|
||||||
@ -569,7 +569,8 @@ uses the emacs built-in `html2text'. Alternatively, if
|
|||||||
;; there's a normal sized text part
|
;; there's a normal sized text part
|
||||||
txt))))
|
txt))))
|
||||||
;; and finally, remove some crap from the remaining string.
|
;; and finally, remove some crap from the remaining string.
|
||||||
(replace-regexp-in-string "[
|
(replace-regexp-in-string "[
|
||||||
|
]" " " body nil nil nil)))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user