1
0
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:
Karl Heuer 1997-12-04 05:25:59 +00:00
parent 9d8354ef19
commit cd47bdccbe

View File

@ -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)))