From 54c90b231fdb6cf469bf1baffe7d4e6c5401e4d1 Mon Sep 17 00:00:00 2001 From: hmurata Date: Fri, 26 Sep 2003 09:03:09 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-insert-headers): Set visible-only argument for elmo-folder-list-messages. --- wl/ChangeLog | 5 +++++ wl/wl-summary.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index a0474e5..7df5992 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2003-09-26 Hiroya Murata + + * wl-summary.el (wl-summary-insert-headers): Set visible-only + argument for elmo-folder-list-messages. + 2003-09-24 Hiroya Murata * wl-score.el (wl-summary-score-update-all-lines): Follow the API diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 2439329..23ac455 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2406,7 +2406,7 @@ If ARG, without confirm." wl-summary-alike-hashtb))) (defun wl-summary-insert-headers (folder func mime-decode) - (let ((numbers (elmo-folder-list-messages folder nil t)) + (let ((numbers (elmo-folder-list-messages folder 'visible t)) ov this last alike) (buffer-disable-undo (current-buffer)) (make-local-variable 'wl-summary-alike-hashtb) -- 1.7.10.4