1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00

(mail-interactive): Change default.

This commit is contained in:
Stefan Monnier 2008-06-06 05:59:38 +00:00
parent 7fc743d473
commit 10b6d5c455
2 changed files with 9 additions and 1 deletions

View 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):

View 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