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)
This commit is contained in:
Eli Zaretskii 2017-07-14 11:39:25 +03:00
parent 60d24e1681
commit 4d3657af32

View file

@ -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))