mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(sendmail-send-it): Parse folded
Resent-To header properly; don't ignore folded lines.
This commit is contained in:
parent
9d8354ef19
commit
cd47bdccbe
@ -657,7 +657,9 @@ the user from the mailer."
|
||||
(save-restriction
|
||||
(narrow-to-region (point)
|
||||
(save-excursion
|
||||
(end-of-line)
|
||||
(forward-line 1)
|
||||
(while (looking-at "^[ \t]")
|
||||
(forward-line 1))
|
||||
(point)))
|
||||
(append (mail-parse-comma-list)
|
||||
resend-to-addresses)))
|
||||
|
Loading…
Reference in New Issue
Block a user