]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail): Fix last fix.
authorHenrik Enberg <henrik.enberg@telia.com>
Wed, 18 Jan 2006 19:27:36 +0000 (19:27 +0000)
committerHenrik Enberg <henrik.enberg@telia.com>
Wed, 18 Jan 2006 19:27:36 +0000 (19:27 +0000)
lisp/mail/rmail.el

index 0f1b7d972b003f78d41f47d51c8049503120bf68..60b40c142055fcac7be38545c69bd7d4aecfb596 100644 (file)
@@ -843,7 +843,8 @@ If `rmail-display-summary' is non-nil, make a summary for this RMAIL file."
     ;; If new mail was found, display of the correct message was done
     ;; elsewhere.
     (unless new-mail
-      (rmail-show-message (rmail-first-unseen-message)))
+      (rmail-show-message (or (rmail-first-unseen-message)
+                             rmail-total-messages)))
     (rmail-construct-io-menu)
     ;; Run any callbacks if the buffer was not in rmail-mode
     (if run-mail-hook