diff options
| -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." | |||
| 274 | (if mail-default-headers | 274 | (if mail-default-headers |
| 275 | (insert mail-default-headers)) | 275 | (insert mail-default-headers)) |
| 276 | (if mail-default-reply-to | 276 | (if mail-default-reply-to |
| 277 | (insert "Reply-to: " mail-default-reply-to "\n")) | 277 | (insert "Reply-to: " mail-default-reply-to "\n\n")) |
| 278 | (insert mail-header-separator "\n") | 278 | (mail-sendmail-delimit-header) |
| 279 | ;; Insert all our text. Then go back to the place where we started. | 279 | ;; Insert all our text. Then go back to the place where we started. |
| 280 | (if to (setq to (point))) | 280 | (if to (setq to (point))) |
| 281 | ;; Text of ranting. | 281 | ;; Text of ranting. |