From 3a506846f92ca9330ed7a146cb33bc5da0ea16f5 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 16 Nov 2023 19:03:13 +0200 Subject: [PATCH] mu4e-view: do not bind message-alternative-emails recursively Fixes #2597. --- mu4e/mu4e-view.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 68b28a37..446cf0e5 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -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)