* lisp/gnu/message.el (message-send-mail-with-sendmail): Assume
sendmail-program is bound, since this function requires sendmail.
+2011-05-13 Glenn Morris <rgm@gnu.org>
+
+ * message.el (message-send-mail-with-sendmail): Assume sendmail-program
+ is bound, since this function requires sendmail.
+
2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
* registry.el (registry-usage-test): Disable pruning test.
(cpr (apply
'call-process-region
(append
- (list (point-min) (point-max)
- (cond ((boundp 'sendmail-program)
- sendmail-program)
- ((file-exists-p "/usr/sbin/sendmail")
- "/usr/sbin/sendmail")
- ((file-exists-p "/usr/lib/sendmail")
- "/usr/lib/sendmail")
- ((file-exists-p "/usr/ucblib/sendmail")
- "/usr/ucblib/sendmail")
- (t "fakemail"))
+ (list (point-min) (point-max) sendmail-program
nil errbuf nil "-oi")
message-sendmail-extra-arguments
;; Always specify who from,