Improve docstring of message-sendmail-envelope-from
* lisp/gnus/message.el (message-sendmail-envelope-from): Doc fix.
This commit is contained in:
@@ -911,8 +911,10 @@ installations, which are rare these days."
|
|||||||
(defcustom message-sendmail-envelope-from
|
(defcustom message-sendmail-envelope-from
|
||||||
'obey-mail-envelope-from
|
'obey-mail-envelope-from
|
||||||
"Envelope-from when sending mail with sendmail.
|
"Envelope-from when sending mail with sendmail.
|
||||||
If this is nil, use `user-mail-address'. If it is the symbol
|
If this is `obey-mail-envelope-from', then use
|
||||||
`header', use the From: header of the message."
|
`mail-envelope-from' to decide what to do. If it is nil, use
|
||||||
|
`user-mail-address'. If it is the symbol `header', use the
|
||||||
|
\"From:\" header of the message."
|
||||||
:version "27.1"
|
:version "27.1"
|
||||||
:type '(choice (string :tag "From name")
|
:type '(choice (string :tag "From name")
|
||||||
(const :tag "Use From: header from message" header)
|
(const :tag "Use From: header from message" header)
|
||||||
|
|||||||
Reference in New Issue
Block a user