aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2023-09-06 22:46:23 +0200
committerStefan Kangas2023-09-07 11:58:10 +0200
commitd32f00a35bcd98c25f92e8b99196d32bb1c07c22 (patch)
tree481c83a46fa29b8de3112b46a54d81f6b3786343
parent1a668cda8bc86755edd3ed7260012f312cadbaf3 (diff)
downloademacs-d32f00a35bcd98c25f92e8b99196d32bb1c07c22.tar.gz
emacs-d32f00a35bcd98c25f92e8b99196d32bb1c07c22.zip
Improve docstring of message-sendmail-envelope-from
* lisp/gnus/message.el (message-sendmail-envelope-from): Doc fix.
-rw-r--r--lisp/gnus/message.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 7a71ac9f58e..b0407cc12eb 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -911,8 +911,10 @@ installations, which are rare these days."
911(defcustom message-sendmail-envelope-from 911(defcustom message-sendmail-envelope-from
912 'obey-mail-envelope-from 912 'obey-mail-envelope-from
913 "Envelope-from when sending mail with sendmail. 913 "Envelope-from when sending mail with sendmail.
914If this is nil, use `user-mail-address'. If it is the symbol 914If this is `obey-mail-envelope-from', then use
915`header', use the From: header of the message." 915`mail-envelope-from' to decide what to do. If it is nil, use
916`user-mail-address'. If it is the symbol `header', use the
917\"From:\" header of the message."
916 :version "27.1" 918 :version "27.1"
917 :type '(choice (string :tag "From name") 919 :type '(choice (string :tag "From name")
918 (const :tag "Use From: header from message" header) 920 (const :tag "Use From: header from message" header)