changeset 95595:3adf48743a99

(mail-interactive): Change default.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 06 Jun 2008 05:59:38 +0000
parents c414da673019
children b406f55ccc12
files lisp/ChangeLog lisp/mail/sendmail.el
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@iro.umontreal.ca>
+
+	* mail/sendmail.el (mail-interactive): Change default.
+
 2008-06-05  John Paul Wallington  <jpw@pobox.com>
 
 	* bindings.el (completion-ignored-extensions):
--- 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