(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:
parent
d6046e457f
commit
3c2cede3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue