wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that last
authormurata <murata>
Sat, 3 Mar 2001 12:48:44 +0000 (12:48 +0000)
committermurata <murata>
Sat, 3 Mar 2001 12:48:44 +0000 (12:48 +0000)
unread message is skipped.

wl/ChangeLog
wl/wl-summary.el

index bc482bd..c5c3fd0 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-03  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
+
+       * wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that
+       last unread message is skipped.
+
 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-next-message):
index ddea1ae..37d896d 100644 (file)
@@ -2805,7 +2805,7 @@ If ARG, without confirm."
          (if (wl-summary-cursor-down t)
              (let ((unreadp (wl-summary-next-message 
                              (wl-summary-message-number)
-                             'down nil)))
+                             'down t)))
                (cond ((and wl-auto-select-first unreadp)
                       (setq retval 'disp-msg))
                      ((not unreadp)