Mercurial > emacs
changeset 29631:d91cfeea29c6
(mail-specify-envelope-from): Initialize to
nil. Contemporary sendmails issue an X-Authentication-Warning if
the sender is set with `-f.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 13 Jun 2000 21:35:42 +0000 |
parents | 257b69e2a73e |
children | 96d83d5a48b3 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Tue Jun 13 21:06:37 2000 +0000 +++ b/lisp/mail/sendmail.el Tue Jun 13 21:35:42 2000 +0000 @@ -63,7 +63,7 @@ :group 'sendmail) ;;;###autoload -(defcustom mail-specify-envelope-from t +(defcustom mail-specify-envelope-from nil "*If non-nil, specify the envelope-from address when sending mail. The value used to specify it is whatever is found in `user-mail-address'.