Merge pull request #2411 from sje30/patch-10

When replying to self, use :from field of original message
This commit is contained in:
Dirk-Jan C. Binnema
2023-01-15 08:52:12 +02:00
committed by GitHub

View File

@ -553,7 +553,7 @@ You can append flags."
;; When we're replying to ourselves, simply keep the same headers.
(concat
(mu4e~draft-header "To" (mu4e~draft-recipients-list-to-string
(mu4e-message-field origmsg :to)))
(mu4e-message-field origmsg :from)))
(mu4e~draft-header "Cc" (mu4e~draft-recipients-list-to-string
(mu4e-message-field origmsg :cc))))