mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(rmail-output): Insert newline only if necessary.
This commit is contained in:
parent
98a663f11e
commit
b054090e74
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user