FIX update compose hook varible name for new mu version

This commit is contained in:
Nathan Dwarshuis 2020-04-28 08:49:52 -04:00
parent 2e2be0ed3d
commit 9e6a44d4a1
1 changed files with 1 additions and 1 deletions

View File

@ -3126,7 +3126,7 @@ Since mu4e is an external program, need to check that it is installed before loa
(if (executable-find "pandoc")
"pandoc -f html -t plain --reference-links"
'mu4e-shr2text)))
(when (and html mu4e-view-prefer-html (member compose-type '(reply forward)))
(when (and html mu4e-view-prefer-html (member mu4e-compose-type '(reply forward)))
;; hackity hack, since the normal mu4e-message-body-text function
;; does not render the desired html, do it here and force the
;; aforementioned function to only look at text by removing