Skip to content

Commit

Permalink
mu4e-view: re-appease gnus
Browse files Browse the repository at this point in the history
Otherwise some saving of MIME-parts does not work properly.
  • Loading branch information
djcb committed Apr 10, 2024
1 parent 884f8d8 commit ac08a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu4e/mu4e-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ determine which browser function to use."

(defun mu4e--view-render-buffer (msg)
"Render current buffer with MSG using Gnus' article mode."
(setq gnus-summary-buffer (get-buffer-create " *appease-gnus*"))
(let* ((inhibit-read-only t)
(max-specpdl-size mu4e-view-max-specpdl-size)
(mm-decrypt-option 'known)
Expand Down

0 comments on commit ac08a35

Please sign in to comment.