From 636e756885b036889aa34db7b47ad0466403b0c7 Mon Sep 17 00:00:00 2001 From: murata Date: Sat, 3 Mar 2001 12:48:44 +0000 Subject: [PATCH] wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that last unread message is skipped. --- wl/ChangeLog | 5 +++++ wl/wl-summary.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index bc482bd..c5c3fd0 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2001-03-03 Masahiro MURATA + + * wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that + last unread message is skipped. + 2001-03-01 Yuuichi Teranishi * wl-summary.el (wl-summary-next-message): diff --git a/wl/wl-summary.el b/wl/wl-summary.el index ddea1ae..37d896d 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -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) -- 1.7.10.4