From 06e848a448aaaf13c53675b3787b563788014ddc Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 5 Feb 2017 13:23:19 +0200 Subject: [PATCH] mu4e: fix type (-> mu4e~html2text-shell) --- mu4e/mu4e-message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-message.el b/mu4e/mu4e-message.el index d0c12422..13c0fccb 100644 --- a/mu4e/mu4e-message.el +++ b/mu4e/mu4e-message.el @@ -202,7 +202,7 @@ unless PREFER-HTML is non-nil." ;; use an htmml body (cond ((stringp mu4e-html2text-command) - (mu4e-html2text-shell msg mu4e-html2text-command)) + (mu4e~html2text-shell msg mu4e-html2text-command)) ((functionp mu4e-html2text-command) (if (help-function-arglist mu4e-html2text-command) (funcall mu4e-html2text-command msg)