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:
parent
60d24e1681
commit
4d3657af32
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue