mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(rmail-output): Insert newline only if necessary.
This commit is contained in:
parent
98a663f11e
commit
b054090e74
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue