aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-13 21:35:42 +0000
committerGerd Moellmann2000-06-13 21:35:42 +0000
commit3d04071d91b51671312d1a0d4aa3e04bcebc3433 (patch)
treef35fbc8621a432647c77a27af83a80b9fe57e792
parent9c50afce6241c5544a17772833f6491b81cb2c3b (diff)
downloademacs-3d04071d91b51671312d1a0d4aa3e04bcebc3433.tar.gz
emacs-3d04071d91b51671312d1a0d4aa3e04bcebc3433.zip
(mail-specify-envelope-from): Initialize to
nil. Contemporary sendmails issue an X-Authentication-Warning if the sender is set with `-f.
-rw-r--r--lisp/mail/sendmail.el2
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'."
63 :group 'sendmail) 63 :group 'sendmail)
64 64
65;;;###autoload 65;;;###autoload
66(defcustom mail-specify-envelope-from t 66(defcustom mail-specify-envelope-from nil
67 "*If non-nil, specify the envelope-from address when sending mail. 67 "*If non-nil, specify the envelope-from address when sending mail.
68The value used to specify it is whatever is found in `user-mail-address'. 68The value used to specify it is whatever is found in `user-mail-address'.
69 69