diff options
| -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'." | |||
| 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. |
| 68 | The value used to specify it is whatever is found in `user-mail-address'. | 68 | The value used to specify it is whatever is found in `user-mail-address'. |
| 69 | 69 | ||