From: Stefan Monnier Date: Wed, 7 Aug 2019 00:42:59 +0000 (-0400) Subject: * lisp/gnus/message.el (message-sendmail-f-is-evil): Revert recent change X-Git-Tag: emacs-27.0.90~1678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9d58555d9de034ed78c61b054ef4c127dfad289;p=emacs.git * lisp/gnus/message.el (message-sendmail-f-is-evil): Revert recent change (bug#36937) --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 71e1750ba4b..0a540a62214 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -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