From: Gerd Moellmann Date: Tue, 13 Jun 2000 21:35:42 +0000 (+0000) Subject: (mail-specify-envelope-from): Initialize to X-Git-Tag: emacs-pretest-21.0.90~3339 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d04071d91b51671312d1a0d4aa3e04bcebc3433;p=emacs.git (mail-specify-envelope-from): Initialize to nil. Contemporary sendmails issue an X-Authentication-Warning if the sender is set with `-f. --- 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'.