# HG changeset patch # User Stefan Monnier # Date 1212731978 0 # Node ID 3adf48743a99c1d846742449b20047d8e25f057b # Parent c414da673019cad7f3540c63200ef87f01aea801 (mail-interactive): Change default. diff -r c414da673019 -r 3adf48743a99 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 05 19:59:49 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 06 05:59:38 2008 +0000 @@ -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 -r c414da673019 -r 3adf48743a99 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Thu Jun 05 19:59:49 2008 +0000 +++ b/lisp/mail/sendmail.el Fri Jun 06 05:59:38 2008 +0000 @@ -114,7 +114,11 @@ :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