mu4e-view: fix typo

a rogue ' snuck in.
This commit is contained in:
Dirk-Jan C. Binnema 2023-11-13 10:42:04 +02:00
parent 17ea8bd613
commit 08ebe87f81
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ As a side-effect, a message that is being viewed loses its
(mu4e-message-readable-path msg) nil nil nil t)
(let ((gnus-inhibit-mime-unbuttonizing nil)
(gnus-unbuttonized-mime-types '(".*/.*"))
(mu4e-view-fields '(:from :to :cc :subject :date)'))
(mu4e-view-fields '(:from :to :cc :subject :date)))
(mu4e--view-render-buffer msg)
(buffer-substring-no-properties (point-min) (point-max)))))