From c5790e5d73d4ee7737b21fe6819abd1aafac17be Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 28 Feb 2002 02:30:12 +0000 Subject: [PATCH] Add wl-auto-prefetch-first. --- doc/wl-ja.texi | 5 +++++ doc/wl.texi | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 1bc6b67..736a51d 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -2734,6 +2734,11 @@ IMAP のメッセージだけが先読みされます。この変数は 初期設定は 30000 (bytes)。この値を越えるサイズのメッセージは、先読みしません。 @code{wl-message-buffer-prefetch-threshold}を @code{nil} に設定すると、 先読みするメッセージのサイズをチェックしません。 + +@item wl-auto-prefetch-first +@vindex wl-auto-prefetch-first +初期設定は @code{nil}。 +Non-nil であればフォルダに移動した時に最初のメッセージを自動的に先読みします。 @end table diff --git a/doc/wl.texi b/doc/wl.texi index eed8563..4efa79c 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -2742,6 +2742,12 @@ The initial setting is 30000 (bytes). If prefetching message has larger size than this value, Wanderlust does not prefetch automatically. If @code{wl-message-buffer-prefetch-threshold} is @code{nil}, the message is not checked for the size. + +@item wl-auto-prefetch-first +@vindex wl-auto-prefetch-first +The initial setting is @code{nil}. +If non-nil, first message is automatically prefetched to the buffer +when you enter the folder. @end table @@ -3603,7 +3609,8 @@ next message. @item wl-auto-select-first @vindex wl-auto-select-first The initial setting is @code{nil}. -If non-nil, first message is automatically displayed. +If non-nil, first message is automatically displayed when you enter +the folder. @item wl-auto-select-next @vindex wl-auto-select-next -- 1.7.10.4