]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/message.el (message-sendmail-f-is-evil): Revert recent change
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 7 Aug 2019 00:42:59 +0000 (20:42 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 7 Aug 2019 00:42:59 +0000 (20:42 -0400)
(bug#36937)

lisp/gnus/message.el

index 71e1750ba4b5db50463e2b200facd2bc42088e83..0a540a622144bdd0ec4e1b88ef41861902832283 100644 (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