mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 03:40:36 -08:00
* pmail.el (pmail-get-new-mail): When there are no new messages,
invoke a redisplay of the current message.
This commit is contained in:
parent
746abd4d0d
commit
d444063ebc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue