2002-05-14 KAMO Tomoyuki <kamo@i-manage.co.jp>
authorteranisi <teranisi>
Tue, 14 May 2002 03:43:53 +0000 (03:43 +0000)
committerteranisi <teranisi>
Tue, 14 May 2002 03:43:53 +0000 (03:43 +0000)
* wl-summary.el (wl-summary-prefetch-msg):
If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.

wl/ChangeLog
wl/wl-summary.el

index 3744d3d..ac6e7c9 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
+
+       * 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  <teranisi@gohome.org>
 
        * wl-vars.el (wl-summary-check-line-format): New user option.
index 2319076..372d5ed 100644 (file)
@@ -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