]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-interactive): Change default.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 6 Jun 2008 05:59:38 +0000 (05:59 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 6 Jun 2008 05:59:38 +0000 (05:59 +0000)
lisp/ChangeLog
lisp/mail/sendmail.el

index 7e3d537e6ececb4954f1d742b9d6d01727304fcc..f0540dab168560da91853c47bfd5b84838715fef 100644 (file)
@@ -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):
index 410ce4daef19dd280fdc633043055e2374358645..517396561120a7cea9a9b8de3475d3144df22a5a 100644 (file)
@@ -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