From: kaoru Date: Fri, 13 Oct 2000 01:07:11 +0000 (+0000) Subject: Apply wl-biff patch. (by Yoichi NAKAYAMA [wl : 5883]) X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ed02f73a7935b87eef523516a2f58c6c0a290f63;p=elisp%2Fwanderlust.git Apply wl-biff patch. (by Yoichi NAKAYAMA [wl : 5883]) --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 81a9d55..509bde4 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -5528,6 +5528,7 @@ pop3 $B!_(B $B"$(B $B"$(B $B"$(B @menu * Living with other packages:: $B%Q%C%1!<%8$N$"$k@83h(B * Highlights:: $B%O%$%i%$%H$N@_Dj(B +* Biff:: $B%a!<%k$NCe?.$r$7$i$;$k(B * Advanced Settings:: $B%+%9%?%^%$%:!A1~MQJT!A(B * Customizable Valiables:: $B$=$NB>$N%+%9%?%^%$%:JQ?t0lMw(B * Hooks:: $B%U%C%/(B @@ -5722,7 +5723,7 @@ Emacs $B$GJT=8Cf$NAp9F%P%C%U%!$X(B dired $B$+$i%I%i%C%0(B&$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 $B%O%$%i%$%H$N@_Dj(B @subsection $B%+%9%?%^%$%:JQ?t(B @@ -5953,7 +5954,33 @@ face $B$N@_Dj$O(B @file{.emacs} $B$K=q$/$3$H$O$G$-$J$$$N$G(B @file{~/.wl} $ @end table -@node Advanced Settings, Customizable Valiables, Highlights, Customization +@node Biff, Advanced Settings, Highlights, Customization +@section $B%a!<%k$NCe?.$rCN$i$;$k(B + +$B0J2<$N$h$&$K@_Dj$7$F$*$/$H(B @samp{%inbox} $B$K%a!<%k$,FO$$$?$H$-$K!"(B +$B%b!<%I%i%$%s$NI=<($K$h$j%a!<%k$NCe?.$rCN$i$;$F$/$l$^$9!#(B + +@lisp +(setq wl-biff-check-folder-list '("%inbox")) +@end lisp + +@subsection $B%+%9%?%^%$%:JQ?t(B + +@table @code +@item wl-biff-check-folder-list +@vindex wl-biff-check-folder-list +$B=i4|@_Dj$O(B nil$B!#(B +$B%a!<%k$NCe?.$r%A%'%C%/$9$k%U%)%k%@$N%j%9%H!#(B +nil $B$N>l9g$OCe?.$N%A%'%C%/$r9T$J$$$^$;$s!#(B + +@item wl-biff-check-interval +@vindex wl-biff-check-interval +$B=i4|@_Dj$O(B 40$B!JC10L!'IC!K!#(B +$B$3$NCM$4$H$K%a!<%kCe?.$N%A%'%C%/$r9T$J$$$^$9!#(B +@end table + + +@node Advanced Settings, Customizable Valiables, Biff, Customization @section $B%+%9%?%^%$%:!A1~MQJT!A(B @menu diff --git a/doc/wl.texi b/doc/wl.texi index 649ddfc..c7e8192 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -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