aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-30 06:12:32 +0000
committerRichard M. Stallman1998-04-30 06:12:32 +0000
commit92a3f23d5b60680de5afea9b1885d7ebc314ee6d (patch)
tree0bbf935a5a861c1f4f918ec549aaae4d3abd6d51
parent48ad09473a8d2b4ec40ccd38153a60296a5745e1 (diff)
downloademacs-92a3f23d5b60680de5afea9b1885d7ebc314ee6d.tar.gz
emacs-92a3f23d5b60680de5afea9b1885d7ebc314ee6d.zip
(smtpmail-send-it): Use mail-sendmail-undelimit-header.
-rw-r--r--lisp/mail/smtpmail.el6
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