+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)
(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"
;; 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".