From 4177b3f63f8a756293f7d72b553ecc8e478147fd Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 30 Dec 2002 01:12:50 +0000 Subject: [PATCH] * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value. (wl-message-buffer-prefetch-idle-time): Ditto. (wl-message-buffer-prefetch-folder-type-list): Ditto. --- wl/wl-vars.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 64eafe0..5c07be5 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1897,7 +1897,7 @@ See also variable `wl-summary-next-no-unread-command'." :group 'wl-pref :group 'wl-setting) -(defcustom wl-message-buffer-prefetch-folder-type-list t +(defcustom wl-message-buffer-prefetch-folder-type-list '(imap4 nntp) "*All folder types that match this list prefetch next message, and reserved buffer cache." :type `(choice (const :tag "all" t) @@ -1923,12 +1923,12 @@ e.x. :type '(repeat (regexp :tag "Folder Regexp")) :group 'wl-pref) -(defcustom wl-message-buffer-prefetch-depth 3 +(defcustom wl-message-buffer-prefetch-depth 1 "*Depth of buffer prefetch in summary mode." :type 'integer :group 'wl-pref) -(defcustom wl-message-buffer-prefetch-idle-time 0.2 +(defcustom wl-message-buffer-prefetch-idle-time 1 "*Idle time of buffer prefetch." :type 'number :group 'wl-pref) -- 1.7.10.4