diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2017-07-14 11:39:25 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2017-07-14 11:39:25 +0300 |
| commit | 4d3657af329cb001fa4a1d74b214c349e66185da (patch) | |
| tree | 1edd2cd8e0a5c8f385b0161caa9baa00599c329d /lisp/mail | |
| parent | 60d24e1681c5a4bf43c943825dd2b5df42d8419c (diff) | |
| download | emacs-4d3657af329cb001fa4a1d74b214c349e66185da.tar.gz | |
Always display rmail progress report under user control
* lisp/mail/rmail.el (rmail-show-message-1): Delete the second
copy of '(message "Showing message %d..." msg)'. (Bug#27535)
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index df07140d87b..b2405882896 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2828,8 +2828,6 @@ The current mail message becomes the message displayed." (re-search-forward "mime-version: 1.0" nil t)) (let ((rmail-buffer mbox-buf) (rmail-view-buffer view-buf)) - (setq showing-message t) - (message "Showing message %d..." msg) (set (make-local-variable 'rmail-mime-decoded) t) (funcall rmail-show-mime-function)) (setq body-start (search-forward "\n\n" nil t)) |
