diff options
| -rw-r--r-- | lisp/mail/smtpmail.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 95b512a65b3..b747eafe16e 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -129,11 +129,7 @@ This is relative to `smtpmail-queue-dir'.") | |||
| 129 | (or (= (preceding-char) ?\n) | 129 | (or (= (preceding-char) ?\n) |
| 130 | (insert ?\n)) | 130 | (insert ?\n)) |
| 131 | ;; Change header-delimiter to be what sendmail expects. | 131 | ;; Change header-delimiter to be what sendmail expects. |
| 132 | (goto-char (point-min)) | 132 | (mail-sendmail-undelimit-header) |
| 133 | (re-search-forward | ||
| 134 | (concat "^" (regexp-quote mail-header-separator) "\n")) | ||
| 135 | (replace-match "\n") | ||
| 136 | (backward-char 1) | ||
| 137 | (setq delimline (point-marker)) | 133 | (setq delimline (point-marker)) |
| 138 | ;; (sendmail-synch-aliases) | 134 | ;; (sendmail-synch-aliases) |
| 139 | (if mail-aliases | 135 | (if mail-aliases |