mu4e: better handle alternative address

In compose / contacts
This commit is contained in:
Dirk-Jan C. Binnema
2023-10-29 17:04:21 +02:00
parent 00191a3ec7
commit eee73f8199
3 changed files with 16 additions and 18 deletions

View File

@ -725,7 +725,7 @@ determine which browser function to use."
;; Possibly add headers (before "Attachments")
(gnus-display-mime-function (mu4e--view-gnus-display-mime msg))
(message-alternative-emails
(mu4e-personal-or-alternative-address)))
#'mu4e-personal-or-alternative-address-p))
(condition-case err
(progn
(mm-enable-multibyte)