diff options
| author | Glenn Morris | 2003-08-24 15:22:13 +0000 |
|---|---|---|
| committer | Glenn Morris | 2003-08-24 15:22:13 +0000 |
| commit | 0016482806975647e636ba4020013758ab61c8d2 (patch) | |
| tree | 4daab1ca71f77666157b5ab54f930741cd320b42 | |
| parent | 8ec6d48ac269fd6715585c948e96f3da96da5bb4 (diff) | |
| download | emacs-0016482806975647e636ba4020013758ab61c8d2.tar.gz emacs-0016482806975647e636ba4020013758ab61c8d2.zip | |
(mail-specify-envelope-from): Doc change.
| -rw-r--r-- | lisp/mail/sendmail.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index fa6fd8952ff..ab9c89a02f9 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -68,11 +68,12 @@ controlled by a separate variable, `mail-specify-envelope-from'." | |||
| 68 | (defcustom mail-specify-envelope-from nil | 68 | (defcustom mail-specify-envelope-from nil |
| 69 | "*If non-nil, specify the envelope-from address when sending mail. | 69 | "*If non-nil, specify the envelope-from address when sending mail. |
| 70 | The value used to specify it is whatever is found in | 70 | The value used to specify it is whatever is found in |
| 71 | `mail-envelope-from', with `user-mail-address' as fallback. | 71 | the variable `mail-envelope-from', with `user-mail-address' as fallback. |
| 72 | 72 | ||
| 73 | On most systems, specifying the envelope-from address is a | 73 | On most systems, specifying the envelope-from address is a |
| 74 | privileged operation. This variable is only used if | 74 | privileged operation. This variable affects sendmail and |
| 75 | `send-mail-function' is set to `sendmail-send-it'." | 75 | smtpmail -- if you use feedmail to send mail, see instead the |
| 76 | variable `feedmail-deduce-envelope-from'." | ||
| 76 | :version "21.1" | 77 | :version "21.1" |
| 77 | :type 'boolean | 78 | :type 'boolean |
| 78 | :group 'sendmail) | 79 | :group 'sendmail) |