* wl-vars.el (wl-summary-update-confirm-threshold): Defined as
authorhmurata <hmurata>
Mon, 10 Dec 2001 12:33:30 +0000 (12:33 +0000)
committerhmurata <hmurata>
Mon, 10 Dec 2001 12:33:30 +0000 (12:33 +0000)
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.

wl/ChangeLog
wl/wl-vars.el

index 52bb5ca..3fe23dc 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 4bd89b2..1d97bc6 100644 (file)
@@ -2336,6 +2336,17 @@ a symbol `bitmap', `xbm' or `xpm' in order to force the image format."
 
 ;;;; 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)