From 9e400f6dfbd96f08cdfb66e531a1b0e663a91b01 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 May 1998 04:32:41 +0000 Subject: (uce-reply-to-uce): Use mail-sendmail-delimit-header. --- lisp/mail/uce.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mail/uce.el') 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. -- cgit v1.2.1