obsolete variable using `elmo-define-obsolete-variable'.
(wl-fetch-confirm-threshold): Ditto.
(wl-cache-prefetch-folder-type-list): Ditto.
(wl-cache-prefetch-folder-list): Ditto.
+2001-12-10 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
+ obsolete variable using `elmo-define-obsolete-variable'.
+ (wl-fetch-confirm-threshold): Ditto.
+ (wl-cache-prefetch-folder-type-list): Ditto.
+ (wl-cache-prefetch-folder-list): Ditto.
+
2001-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-demo.el: Rewrote to make it read a logo file at the run-time.
;;;; Obsolete variables.
+;; 2001-12-10
+(elmo-define-obsolete-variable 'wl-summary-update-confirm-threshold
+ 'elmo-folder-update-threshold)
+(elmo-define-obsolete-variable 'wl-fetch-confirm-threshold
+ 'elmo-message-fetch-threshold)
+
+(elmo-define-obsolete-variable 'wl-cache-prefetch-folder-type-list
+ 'wl-message-buffer-prefetch-folder-type-list)
+(elmo-define-obsolete-variable 'wl-cache-prefetch-folder-list
+ 'wl-message-buffer-prefetch-folder-list)
+
;; 2001-02-27: *-func -> *-function
(elmo-define-obsolete-variable 'wl-summary-from-func
'wl-summary-from-function)