From 10b6d5c455c4b479ff27eb8ea0882c098cae2b18 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 6 Jun 2008 05:59:38 +0000 Subject: [PATCH] (mail-interactive): Change default. --- lisp/ChangeLog | 4 ++++ lisp/mail/sendmail.el | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e3d537e6ec..f0540dab168 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-06-06 Stefan Monnier + + * mail/sendmail.el (mail-interactive): Change default. + 2008-06-05 John Paul Wallington * bindings.el (completion-ignored-extensions): diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 410ce4daef1..51739656112 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -114,7 +114,11 @@ so you can remove or alter the BCC field to override the default." :group 'sendmail) ;;;###autoload -(defcustom mail-interactive nil +(defcustom mail-interactive t + ;; We used to use a default of nil rather than t, but nowadays it is very + ;; common for sendmail to be misconfigured, so one cannot rely on the + ;; bounce message to be delivered anywhere, least of all to the + ;; user's mailbox. "Non-nil means when sending a message wait for and display errors. nil means let mailer mail back a message to report errors." :type 'boolean -- 2.39.2