diff options
| -rw-r--r-- | lisp/mail/emacsbug.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 2cd93cbce68..7d39edd39cd 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -355,9 +355,8 @@ usually do not have translators to read other languages for them.\n\n") | |||
| 355 | (string-match (format "\\<%s@%s\\>" (user-login-name) | 355 | (string-match (format "\\<%s@%s\\>" (user-login-name) |
| 356 | (system-name)) | 356 | (system-name)) |
| 357 | from)) | 357 | from)) |
| 358 | (yes-or-no-p | 358 | (not (yes-or-no-p |
| 359 | (format "From address (`%s') looks suspicious. Edit it? " | 359 | (format "Is `%s' really your email address? " from))) |
| 360 | from)) | ||
| 361 | (error "Please edit the From address and try again")))) | 360 | (error "Please edit the From address and try again")))) |
| 362 | ;; The last warning for novice users. | 361 | ;; The last warning for novice users. |
| 363 | (unless (or report-emacs-bug-no-confirmation | 362 | (unless (or report-emacs-bug-no-confirmation |