From: teranisi Date: Tue, 14 May 2002 03:43:53 +0000 (+0000) Subject: 2002-05-14 KAMO Tomoyuki X-Git-Tag: elmo-mark-root~128 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c0d5922d59b5f9ebd0c527a051818f98945e79ff;p=elisp%2Fwanderlust.git 2002-05-14 KAMO Tomoyuki * wl-summary.el (wl-summary-prefetch-msg): If wl-prefetch-confirm is nil and arg is non-nil, do prefetch. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 3744d3d..ac6e7c9 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2002-05-14 KAMO Tomoyuki + + * wl-summary.el (wl-summary-prefetch-msg): + If wl-prefetch-confirm is nil and arg is non-nil, do prefetch. + 2002-05-11 Yuuichi Teranishi * wl-vars.el (wl-summary-check-line-format): New user option. diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 2319076..372d5ed 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1332,7 +1332,8 @@ If ARG is non-nil, checking is omitted." (buffer-read-only nil) (file-cached (elmo-file-cache-exists-p message-id)) (force-read (and size - (or (null wl-prefetch-threshold) + (or (and (null wl-prefetch-confirm) arg) + (null wl-prefetch-threshold) (< size wl-prefetch-threshold)))) mark new-mark) (unwind-protect