mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/gnus/message.el (message-sendmail-f-is-evil): Revert recent change
(bug#36937)
This commit is contained in:
parent
998f3612f7
commit
d9d58555d9
1 changed files with 3 additions and 4 deletions
|
|
@ -836,14 +836,13 @@ symbol `never', the posting is not allowed. If it is the symbol
|
|||
(const ask)))
|
||||
|
||||
(defcustom message-sendmail-f-is-evil
|
||||
(if (boundp 'mail-specify-envelope-from)
|
||||
(not mail-specify-envelope-from)
|
||||
nil)
|
||||
;; FIXME: This is related to `mail-specify-envelope-from' but works
|
||||
;; differently (bug#36937).
|
||||
nil
|
||||
"Non-nil means don't add \"-f username\" to the sendmail command line.
|
||||
Doing so would be even more evil than leaving it out."
|
||||
:group 'message-sending
|
||||
:link '(custom-manual "(message)Mail Variables")
|
||||
:version "27.1"
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom message-sendmail-envelope-from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue