Skip to content

Commit

Permalink
(rmail-get-new-mail): Run rmail-after-get-new-mail-hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Feb 27, 1996
1 parent 47afe4c commit ec3adf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/mail/rmail.el
Expand Up @@ -943,6 +943,7 @@ It returns t if it got any new messages."
;; Move to the first new message
;; unless we have other unseen messages before it.
(rmail-show-message (rmail-first-unseen-message))
(run-hooks 'rmail-after-get-new-mail-hook)
t))
;; Don't leave the buffer screwed up if we get a disk-full error.
(rmail-show-message)))
Expand Down

0 comments on commit ec3adf8

Please sign in to comment.