mu4e-view: do full render in mu4e-view-message-text

Otherwise decoding does not work correctly.
This commit is contained in:
Dirk-Jan C. Binnema 2023-11-04 23:08:14 +02:00
parent a551aaa694
commit dfe28f033a
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ If ALL-HEADERS is non-nil, include all headers."
(let ((gnus-inhibit-mime-unbuttonizing nil)
(gnus-unbuttonized-mime-types '(".*/.*"))
(gnus-inhibit-hiding all-headers))
(gnus-article-prepare-display)
(mu4e--view-render-buffer msg)
(buffer-substring-no-properties (point-min) (point-max)))))
(defun mu4e-action-view-in-browser (msg &optional skip-headers)