* wl-summary.el (wl-summary-prefetch-msg):
If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
+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.
(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