1
Fork 0
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:
Stefan Monnier 2019-08-06 20:42:59 -04:00
parent 998f3612f7
commit d9d58555d9

View file

@ -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