From ba519233e0f616bb9f87a6cc195e8ad9fca7f7be Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 29 Jul 2000 18:05:17 +0000 Subject: [PATCH] Restacture node. --- doc/wl-ja.texi | 26 +++++++++++++++++++++++--- doc/wl.texi | 26 +++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 6 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 63cde83..fb1f068 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -2233,6 +2233,16 @@ Non-nil $B$J$i%a%C%;!<%8$,:o=|$5$l$?$H$-$K%U%)%k%@%b!<%I$GL$FI?t$r%A%'%C%/(B @node Summary, Message, Folder, Top @chapter $B%5%^%j%b!<%I(B +@menu +* Usage of Summary mode:: $B;HMQJ}K!(B +* Thread Oparations:: $B%9%l%C%I$NA`:n(B +* Cache:: $B%-%c%C%7%e$H@hFI$_5!G=(B +* Auto Refile:: $B<+F0%j%U%!%$%k(B +* Sticky Summary:: $B%9%F%#%C%-!<%5%^%j(B +@end menu + + +@node Usage of Summary mode, Thread Oparations, Summary, Summary @section $B;HMQJ}K!(B(TIPS) @subsection $B%5%^%j$NI=<(FbMF(B @@ -2348,7 +2358,9 @@ NNTP $B%U%)%k%@$N%K%e!<%95-;v$rFI$`$3$H$,$G$-$^$9!#(B @kbd{j} $B$r2!$9$H8=:_I=<(Cf$N%a%C%;!<%8$N%P%C%U%!$K0\F0$7$^$9!#(B $B%^%k%A%Q!<%H$NA`:n$O%a%C%;!<%8%P%C%U%!$K0\F0$7$F$+$i9T$$$^$9!#(B -@subsection $B%9%l%C%I$NA`:n(B + +@node Thread Oparations, Cache, Usage of Summary mode, Summary +@section $B%9%l%C%I$NA`:n(B $BNc$($P!"(B @@ -2373,6 +2385,10 @@ prefix argument $B$D$-$G(B @kbd{/} $B$r2!$9$H!"A4$F$N;R%9%l%C%I$r3+$-$^$9!#( @kbd{t} $B$+$i;O$^$k%3%^%s%I$G!"$=$N%9%l%C%I$KB0$9$k%a%C%;!<%8$KBP$7$F0l3g$7$F=hM}$r9T$&$3$H$,$G$-$^$9!#(B + +@node Cache, Auto Refile, Thread Oparations, Summary +@section $B%-%c%C%7%e(B + @subsection $B%-%c%C%7%e%U%!%$%k(B $B%M%C%H%o!<%/7PM3$N%a%C%;!<%8$O%-%c%C%7%e$5$l$^$9!#(B @@ -2423,7 +2439,9 @@ imap4 $B$N%a%C%;!<%8$@$1$,@hFI$_$5$l$^$9!#(B $B@hFI$_5!G=$rM-8z$K$9$k%U%)%k%@$r%U%)%k%@L>(B($B@55,I=8=(B)$B$N%j%9%H$G;XDj$7$^$9!#(B @end table -@subsection $B<+F0%j%U%!%$%k(B + +@node Auto Refile, Sticky Summary, Cache, Summary +@section $B<+F0%j%U%!%$%k(B @vindex elmo-msgdb-extra-fields @vindex wl-refile-rule-alist @findex wl-summary-auto-refile @@ -2521,7 +2539,9 @@ msgdb $B$N(B overview $B>pJs$r85$K?6$jJ,$1$7$^$9!#(B @noindent $B$NMM$K(B @code{wl-summary-auto-refile-skip-marks} $B$r(B nil $B$K$7$^$9!#(B -@subsection $B%9%F%#%C%-!<%5%^%j(B + +@node Sticky Summary, , Auto Refile, Summary +@section $B%9%F%#%C%-!<%5%^%j(B @cindex Summary, Sticky @cindex Sticky Summary diff --git a/doc/wl.texi b/doc/wl.texi index f4614bb..f225ff0 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -2213,6 +2213,16 @@ You cannot put same nickname to the different folders. @node Summary, Message, Folder, Top @chapter Summary Mode +@menu +* Usage of Summary Mode:: TIPS +* Thread Oparations:: Thread oparations +* Cache:: File cache, Buffer cache, and Prefetch +* Auto Refile:: Auto refile settings +* Sticky Summary:: Summary make sticky +@end menu + + +@node Usage of Summary Mode, Thread Oparations, Summary, Summary @section Usage (Tips) @subsection Summary Content @@ -2338,7 +2348,9 @@ moves cursor to the next message. Enter message buffer by typing @kbd{j} key. To operate multipart, you have to enter to the message buffer. -@subsection Thread Operations + +@node Thread Oparations, Cache, Usage of Summary Mode, Summary +@section Thread Operations For example, the following line indicates one thread (a context of a topic). @@ -2364,6 +2376,10 @@ With prefix argument, @kbd{/} opens all children threads. Commands with the key binding that begins with @kbd{t} executes commands on the messages in the thread. + +@node Cache, Auto Refile, Thread Oparations, Summary +@section Cache + @subsection Cache File The messages which have to access via network (e.x. IMAP, NNTP folder) @@ -2416,7 +2432,9 @@ The initial setting is nil. A list of regexp of folders to enable message prefetching. @end table -@subsection Auto Refile + +@node Auto Refile, Sticky Summary, Cache, Summary +@section Auto Refile @vindex elmo-msgdb-extra-fields @vindex wl-refile-rule-alist @findex wl-summary-auto-refile @@ -2513,7 +2531,9 @@ To execute auto refile on all messages, set following. (setq wl-summary-auto-refile-skip-marks nil) @end lisp -@subsection Sticky Summary + +@node Sticky Summary, , Auto Refile, Summary +@section Sticky Summary @cindex Summary, Sticky @cindex Sticky Summary -- 1.7.10.4