diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-13 21:35:42 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-13 21:35:42 +0000 |
commit | 3d04071d91b51671312d1a0d4aa3e04bcebc3433 (patch) | |
tree | f35fbc8621a432647c77a27af83a80b9fe57e792 /lisp | |
parent | 9c50afce6241c5544a17772833f6491b81cb2c3b (diff) | |
download | emacs-3d04071d91b51671312d1a0d4aa3e04bcebc3433.tar.gz |
(mail-specify-envelope-from): Initialize to
nil. Contemporary sendmails issue an X-Authentication-Warning if
the sender is set with `-f.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 542a91e0d2c..878ce8a49a3 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -63,7 +63,7 @@ controlled by a separate variable, `mail-specify-envelope-from'." :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'. |