From d444063ebc4d5025f2b14f70af4b82d39b7dff85 Mon Sep 17 00:00:00 2001 From: Paul Reilly Date: Fri, 5 Sep 2008 19:28:36 +0000 Subject: [PATCH] * pmail.el (pmail-get-new-mail): When there are no new messages, invoke a redisplay of the current message. --- lisp/mail/pmail.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el index 38a6a2cd6c5..e5ad3f49670 100644 --- a/lisp/mail/pmail.el +++ b/lisp/mail/pmail.el @@ -1560,6 +1560,7 @@ updated file. It returns t if it got any new messages." (if (zerop new-messages) (when (or file-name pmail-inbox-list) + (pmail-show-message) (message "(No new mail has arrived)")) ;; Process the new messages for spam using the integrated -- 2.39.5