(mail-setup): After using `fill-region-as-paragraph'

on a new address field, ensure that it ends with a newline.
This commit is contained in:
Richard M. Stallman 1998-08-12 07:31:00 +00:00
parent d6046e457f
commit 3c2cede3cd

View file

@ -885,7 +885,7 @@ the user from the mailer."
;; since some systems have broken sendmails.
;; unless user has said no.
(if (memq mail-from-style '(angles parens nil))
(list "-f" (user-login-name)))
(list "-f" user-mail-address))
;;; ;; Don't say "from root" if running under su.
;;; (and (equal (user-real-login-name) "root")
;;; (list "-f" (user-login-name)))