From 4d3657af329cb001fa4a1d74b214c349e66185da Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 14 Jul 2017 11:39:25 +0300 Subject: [PATCH] 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) --- lisp/mail/rmail.el | 2 -- 1 file changed, 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)) -- 2.39.2