Revert the commit 70678cd5 (bug#80052)

* message.el (message-get-reply-headers): Revert.
This commit is contained in:
Katsumi Yamaoka 2025-12-23 10:14:17 +09:00
parent c60ebac646
commit 22070c6f2f

View file

@ -7128,16 +7128,11 @@ The function is called with one parameter, a cons cell ..."
", "))
mct (message-fetch-field "mail-copies-to")
author (or (message-fetch-field "mail-reply-to")
(message-fetch-field "reply-to"))
(message-fetch-field "reply-to")
(message-fetch-field "from")
"")
mft (and message-use-mail-followup-to
(message-fetch-field "mail-followup-to")))
;; Make sure this message goes to the author if this is a wide
;; reply, since Reply-To address may be a list address a mailing
;; list server added.
(when (and wide author)
(setq cc (concat author ", " cc)))
(when (or wide (not author))
(setq author (or (message-fetch-field "from") ""))))
(message-fetch-field "mail-followup-to"))))
;; Handle special values of Mail-Copies-To.
(when mct