FIX update compose hook varible name for new mu version
This commit is contained in:
parent
2e2be0ed3d
commit
9e6a44d4a1
|
@ -3126,7 +3126,7 @@ Since mu4e is an external program, need to check that it is installed before loa
|
||||||
(if (executable-find "pandoc")
|
(if (executable-find "pandoc")
|
||||||
"pandoc -f html -t plain --reference-links"
|
"pandoc -f html -t plain --reference-links"
|
||||||
'mu4e-shr2text)))
|
'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
|
;; hackity hack, since the normal mu4e-message-body-text function
|
||||||
;; does not render the desired html, do it here and force the
|
;; does not render the desired html, do it here and force the
|
||||||
;; aforementioned function to only look at text by removing
|
;; aforementioned function to only look at text by removing
|
||||||
|
|
Loading…
Reference in New Issue