aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2019-08-06 20:42:59 -0400
committerStefan Monnier2019-08-06 20:42:59 -0400
commitd9d58555d9de034ed78c61b054ef4c127dfad289 (patch)
tree20491827e55cd8bf2969586fd1b3a271e4c60a01
parent998f3612f7e3732d43d8cc6827a16a29008f5db5 (diff)
downloademacs-d9d58555d9de034ed78c61b054ef4c127dfad289.tar.gz
emacs-d9d58555d9de034ed78c61b054ef4c127dfad289.zip
* lisp/gnus/message.el (message-sendmail-f-is-evil): Revert recent change
(bug#36937)
-rw-r--r--lisp/gnus/message.el7
1 files changed, 3 insertions, 4 deletions
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
836 (const ask))) 836 (const ask)))
837 837
838(defcustom message-sendmail-f-is-evil 838(defcustom message-sendmail-f-is-evil
839 (if (boundp 'mail-specify-envelope-from) 839 ;; FIXME: This is related to `mail-specify-envelope-from' but works
840 (not mail-specify-envelope-from) 840 ;; differently (bug#36937).
841 nil) 841 nil
842 "Non-nil means don't add \"-f username\" to the sendmail command line. 842 "Non-nil means don't add \"-f username\" to the sendmail command line.
843Doing so would be even more evil than leaving it out." 843Doing so would be even more evil than leaving it out."
844 :group 'message-sending 844 :group 'message-sending
845 :link '(custom-manual "(message)Mail Variables") 845 :link '(custom-manual "(message)Mail Variables")
846 :version "27.1"
847 :type 'boolean) 846 :type 'boolean)
848 847
849(defcustom message-sendmail-envelope-from 848(defcustom message-sendmail-envelope-from