diff options
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmailout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 7ced9999e55..a029f5e192a 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -295,7 +295,7 @@ The optional fourth argument FROM-GNUS is set when called from GNUS." (erase-buffer) (insert-buffer-substring rmailbuf) (rmail-delete-unwanted-fields t) - (insert "\n") + (or (bolp) (insert "\n")) (goto-char (point-min)) (if mail-from (insert mail-from "\n") |