Apply wl-biff patch. (by Yoichi NAKAYAMA [wl : 5883])
authorkaoru <kaoru>
Fri, 13 Oct 2000 01:07:11 +0000 (01:07 +0000)
committerkaoru <kaoru>
Fri, 13 Oct 2000 01:07:11 +0000 (01:07 +0000)
doc/wl-ja.texi
doc/wl.texi

index 81a9d55..509bde4 100644 (file)
@@ -5528,6 +5528,7 @@ pop3                    \e$B!_\e(B    \e$B"$\e(B    \e$B"$\e(B    \e$B"$\e(B
 @menu
 * Living with other packages::  \e$B%Q%C%1!<%8$N$"$k@83h\e(B
 * Highlights::                  \e$B%O%$%i%$%H$N@_Dj\e(B
+* Biff::                        \e$B%a!<%k$NCe?.$r$7$i$;$k\e(B
 * Advanced Settings::           \e$B%+%9%?%^%$%:!A1~MQJT!A\e(B
 * Customizable Valiables::      \e$B$=$NB>$N%+%9%?%^%$%:JQ?t0lMw\e(B
 * Hooks::                       \e$B%U%C%/\e(B
@@ -5722,7 +5723,7 @@ Emacs \e$B$GJT=8Cf$NAp9F%P%C%U%!$X\e(B dired \e$B$+$i%I%i%C%0\e(B&\e$B%I%m%C%W$9$k$@$
 @end lisp
 
 
-@node Highlights, Advanced Settings, Living with other packages, Customization
+@node Highlights, Biff, Living with other packages, Customization
 @section \e$B%O%$%i%$%H$N@_Dj\e(B
 
 @subsection \e$B%+%9%?%^%$%:JQ?t\e(B
@@ -5953,7 +5954,33 @@ face \e$B$N@_Dj$O\e(B @file{.emacs} \e$B$K=q$/$3$H$O$G$-$J$$$N$G\e(B @file{~/.wl} \e$
 @end table
 
 
-@node Advanced Settings, Customizable Valiables, Highlights, Customization
+@node Biff, Advanced Settings, Highlights, Customization
+@section \e$B%a!<%k$NCe?.$rCN$i$;$k\e(B
+
+\e$B0J2<$N$h$&$K@_Dj$7$F$*$/$H\e(B @samp{%inbox} \e$B$K%a!<%k$,FO$$$?$H$-$K!"\e(B
+\e$B%b!<%I%i%$%s$NI=<($K$h$j%a!<%k$NCe?.$rCN$i$;$F$/$l$^$9!#\e(B
+
+@lisp
+(setq wl-biff-check-folder-list '("%inbox"))
+@end lisp
+
+@subsection \e$B%+%9%?%^%$%:JQ?t\e(B
+
+@table @code
+@item wl-biff-check-folder-list
+@vindex wl-biff-check-folder-list
+\e$B=i4|@_Dj$O\e(B nil\e$B!#\e(B
+\e$B%a!<%k$NCe?.$r%A%'%C%/$9$k%U%)%k%@$N%j%9%H!#\e(B
+nil \e$B$N>l9g$OCe?.$N%A%'%C%/$r9T$J$$$^$;$s!#\e(B
+
+@item wl-biff-check-interval
+@vindex wl-biff-check-interval
+\e$B=i4|@_Dj$O\e(B 40\e$B!JC10L!'IC!K!#\e(B
+\e$B$3$NCM$4$H$K%a!<%kCe?.$N%A%'%C%/$r9T$J$$$^$9!#\e(B
+@end table
+
+
+@node Advanced Settings, Customizable Valiables, Biff, Customization
 @section \e$B%+%9%?%^%$%:!A1~MQJT!A\e(B
 
 @menu
index 649ddfc..c7e8192 100644 (file)
@@ -5588,6 +5588,7 @@ pop3                      N     E     E     E
 @menu
 * Living with other packages:: Living with other packages
 * Highlights::                 Highlights
+* Biff::                       Notify Mail arrival
 * Advanced Settings::          Advanced Settings
 * Customizable Variables::     Customizable Variables
 * Hooks::                      Hooks
@@ -5778,7 +5779,7 @@ specific, but general-purpose for tm/SEMI).
 @end lisp
 
 
-@node Highlights, Advanced Settings, Living with other packages, Customization
+@node Highlights, Biff, Living with other packages, Customization
 @section Highlights
 
 @subsection Customizable Variables
@@ -6018,7 +6019,33 @@ The face for logo in the demo.
 The face for strings (for example, a version number) in the demo.
 @end table
 
-@node Advanced Settings, Customizable Variables, Highlights, Customization
+
+@node Biff, Advanced Settings, Highlights, Customization
+@section Notify Mail arrival
+
+Following setting is to notify mail arrival of @samp{%inbox}
+by the indicator on the modeline
+
+@lisp
+(setq wl-biff-check-folder-list '("%inbox"))
+@end lisp
+
+@subsection Customizable Variables
+@table @code
+@item wl-biff-check-folder-list
+@vindex wl-biff-check-folder-list
+The initial setting is nil.
+This is the list of folders to check mail arrival.
+If nil, wl doesn't check mail arrival.
+
+@item wl-biff-check-interval
+@vindex wl-biff-check-interval
+The initial setting is 40 (in seconds).
+Check mail arrival in this period. 
+@end table
+
+
+@node Advanced Settings, Customizable Variables, Biff, Customization
 @section Advanced Settings
 
 @menu