Skip to content

Commit

Permalink
mu4e-view: fix typo
Browse files Browse the repository at this point in the history
a rogue ' snuck in.
  • Loading branch information
djcb committed Nov 13, 2023
1 parent 17ea8bd commit 08ebe87
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 @@ -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)))))

Expand Down

0 comments on commit 08ebe87

Please sign in to comment.