From 0b38817456195c7796f8f6124642ec0c34811a0f Mon Sep 17 00:00:00 2001 From: teranisi Date: Sun, 21 Sep 2003 15:16:31 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-prefetch-msg): Fixed last change. --- wl/wl-summary.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index e188ed2..d02cc96 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1353,8 +1353,10 @@ If ARG is non-nil, checking is omitted." ?\" (or (elmo-message-field - wl-summary-buffer-elmo-folder - number 'from t) + (elmo-message-entity + wl-summary-buffer-elmo-folder + number) + 'from t) "??")))))) " ]") size)))) (message "")) ; flush. -- 1.7.10.4