Skip to content

Commit

Permalink
mu4e-view: do not bind message-alternative-emails recursively
Browse files Browse the repository at this point in the history
Fixes #2597.
  • Loading branch information
djcb committed Nov 16, 2023
1 parent d814d46 commit 3a50684
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mu4e/mu4e-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,7 @@ determine which browser function to use."
(if (and charset (coding-system-p charset)) charset
(detect-coding-region (point-min) (point-max) t)))
;; Possibly add headers (before "Attachments")
(gnus-display-mime-function (mu4e--view-gnus-display-mime msg))
(message-alternative-emails
#'mu4e-personal-or-alternative-address-p))
(gnus-display-mime-function (mu4e--view-gnus-display-mime msg)))
(condition-case err
(progn
(mm-enable-multibyte)
Expand Down

0 comments on commit 3a50684

Please sign in to comment.