mu4e: fix type (-> mu4e~html2text-shell)

This commit is contained in:
djcb 2017-02-05 13:23:19 +02:00
parent 05faceeb49
commit 06e848a448
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ unless PREFER-HTML is non-nil."
;; use an htmml body ;; use an htmml body
(cond (cond
((stringp mu4e-html2text-command) ((stringp mu4e-html2text-command)
(mu4e-html2text-shell msg mu4e-html2text-command)) (mu4e~html2text-shell msg mu4e-html2text-command))
((functionp mu4e-html2text-command) ((functionp mu4e-html2text-command)
(if (help-function-arglist mu4e-html2text-command) (if (help-function-arglist mu4e-html2text-command)
(funcall mu4e-html2text-command msg) (funcall mu4e-html2text-command msg)