diff options
| author | Stefan Monnier | 2008-06-06 05:59:38 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-06 05:59:38 +0000 |
| commit | 10b6d5c455c4b479ff27eb8ea0882c098cae2b18 (patch) | |
| tree | b1e1dc6b9f61cd985c31ac4c9148d69e9c5fc14e /lisp/mail | |
| parent | 7fc743d473b8845cc120e4f2781ebda444501c92 (diff) | |
| download | emacs-10b6d5c455c4b479ff27eb8ea0882c098cae2b18.tar.gz emacs-10b6d5c455c4b479ff27eb8ea0882c098cae2b18.zip | |
(mail-interactive): Change default.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/sendmail.el | 6 |
1 files changed, 5 insertions, 1 deletions
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." | |||
| 114 | :group 'sendmail) | 114 | :group 'sendmail) |
| 115 | 115 | ||
| 116 | ;;;###autoload | 116 | ;;;###autoload |
| 117 | (defcustom mail-interactive nil | 117 | (defcustom mail-interactive t |
| 118 | ;; We used to use a default of nil rather than t, but nowadays it is very | ||
| 119 | ;; common for sendmail to be misconfigured, so one cannot rely on the | ||
| 120 | ;; bounce message to be delivered anywhere, least of all to the | ||
| 121 | ;; user's mailbox. | ||
| 118 | "Non-nil means when sending a message wait for and display errors. | 122 | "Non-nil means when sending a message wait for and display errors. |
| 119 | nil means let mailer mail back a message to report errors." | 123 | nil means let mailer mail back a message to report errors." |
| 120 | :type 'boolean | 124 | :type 'boolean |