+2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
+
+ * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
+
2011-11-23 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-forward):
(while (search-forward "\nFrom " nil t)
(forward-char -5)
(insert ?>)))
- ;; Make sure the message ends with two newlines
(goto-char (point-max))
- (unless (looking-back "\n\n")
- (insert "\n"))
+ ;; Add terminator blank line to message.
+ (insert "\n")
;; Write it to the output file, suitably encoded.
(let ((coding-system-for-write coding))
(write-region (point-min) (point-max) to-file t