summaryrefslogtreecommitdiff
path: root/lisp/mail/rmail.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-27 22:41:49 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-27 22:41:49 +0000
commitec3adf80c674047c0e9a276e740144530325a161 (patch)
tree8fc2393738cbc6b935f464404638b578e2a92adf /lisp/mail/rmail.el
parent47afe4c619132c7a89c3d5662ff2f7854128f0a6 (diff)
downloademacs-ec3adf80c674047c0e9a276e740144530325a161.tar.gz
(rmail-get-new-mail): Run rmail-after-get-new-mail-hook.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index ffb016917ea..a8efb765c13 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -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)))