]> git.eshelyaron.com Git - emacs.git/commitdiff
* message.el (message-send-mail-with-sendmail): Revert last change.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 20 Nov 2009 02:26:07 +0000 (02:26 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 20 Nov 2009 02:26:07 +0000 (02:26 +0000)
lisp/gnus/ChangeLog
lisp/gnus/message.el

index 0f9667a817b03d28da15adc30f525c5b70ba88e1..e29ffcb6732dc9a15ae43a49a79c504eb63bd47c 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * message.el (message-send-mail-with-sendmail): Revert last change.
+
 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
 
        * message.el (message-from-style, message-interactive)
index 2b67e790ac58d2451a7a81418ce8fa8a5212b323..de7d4d542700d81c3c0117d3f98238dd470ab38b 100644 (file)
@@ -822,7 +822,6 @@ Doing so would be even more evil than leaving it out."
 (defcustom message-sendmail-envelope-from
   (if (featurep 'xemacs) nil mail-envelope-from)
   "*Envelope-from when sending mail with sendmail.
-This only has an effect if `mail-specify-envelope-from' is non-nil.
 If this is nil, use `user-mail-address'.  If it is the symbol
 `header', use the From: header of the message."
   :version "22.1"
@@ -4541,7 +4540,6 @@ If you always want Gnus to send messages in one piece, set
                        ;; But some systems are more broken with -f, so
                        ;; we'll let users override this.
                        (and (null message-sendmail-f-is-evil)
-                            mail-specify-envelope-from
                             (list "-f" (message-sendmail-envelope-from)))
                        ;; These mean "report errors by mail"
                        ;; and "deliver in background".