mu4e: fix typo mu4e~html2text-wrapper

This commit is contained in:
djcb 2017-02-05 15:49:02 +02:00
parent 06e848a448
commit b0c618c3e5
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ code by Titus von der Malsburg."
(defun mu4e~html2text-shell (msg cmd)
"Convert html2 text using a shell function."
(mu4e~html2-text-wrapper
(mu4e~html2text-wrapper
(lambda ()
(let* ((tmp-file (mu4e-make-temp-file "html")))
(write-region (point-min) (point-max) tmp-file)