]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-get-new-mail): Run rmail-after-get-new-mail-hook.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Feb 1996 22:41:49 +0000 (22:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Feb 1996 22:41:49 +0000 (22:41 +0000)
lisp/mail/rmail.el

index ffb016917ea59fd044c93d847e84dc4c733721c4..a8efb765c133bc726d239f4483ed179e83390d17 100644 (file)
@@ -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)))