Skip to content

Commit

Permalink
mu4e-view: do full render in mu4e-view-message-text
Browse files Browse the repository at this point in the history
Otherwise decoding does not work correctly.
  • Loading branch information
djcb committed Nov 4, 2023
1 parent a551aaa commit dfe28f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu4e/mu4e-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfe28f0

Please sign in to comment.