diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-03 04:32:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-03 04:32:41 +0000 |
commit | 9e400f6dfbd96f08cdfb66e531a1b0e663a91b01 (patch) | |
tree | 87a307020c2fc21382a154b903fc43892c1ae51e /lisp/mail/uce.el | |
parent | f6a492a9f21dc98f1002fd61b111ebac0b45f8fa (diff) | |
download | emacs-9e400f6dfbd96f08cdfb66e531a1b0e663a91b01.tar.gz |
(uce-reply-to-uce): Use mail-sendmail-delimit-header.
Diffstat (limited to 'lisp/mail/uce.el')
-rw-r--r-- | lisp/mail/uce.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index a05727cdff5..1cec136da38 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el @@ -274,8 +274,8 @@ address, and postmaster of the mail relay used." (if mail-default-headers (insert mail-default-headers)) (if mail-default-reply-to - (insert "Reply-to: " mail-default-reply-to "\n")) - (insert mail-header-separator "\n") + (insert "Reply-to: " mail-default-reply-to "\n\n")) + (mail-sendmail-delimit-header) ;; Insert all our text. Then go back to the place where we started. (if to (setq to (point))) ;; Text of ranting. |