Update.
[elisp/wanderlust.git] / doc / wl.texi
index 8d0afbd..1438e2d 100644 (file)
@@ -1336,7 +1336,7 @@ Update summary view automatically after fetching.
 @end table
 
 
-@node Search Folder, namazu, Shimbun Folder, Folders
+@node Search Folder, Multi Folder, Shimbun Folder, Folders
 @section Search Folder
 @cindex @samp{[}
 @cindex Search Folder
@@ -1368,8 +1368,8 @@ be assigned by @code{elmo-search-default-engine}.
 @end menu
 
 
-@node namazu, grep, Search Folder, Folders
-@section namazu
+@node namazu, grep, Search Folder, Search Folder
+@subsection namazu
 @pindex namazu
 
 The messages registered in the namazu-index is found by using namazu
@@ -1394,7 +1394,7 @@ Example:
 @end group
 @end example
 
-@subsection TIPS
+@c @subsection TIPS
 
 @subsubsection Enter space to separate keywords
 
@@ -1446,8 +1446,8 @@ Using above alias setting, you can specify
 to execute a namazu search with keyword @samp{wanderlust} using indices in the 
 directory @file{~/.elmo/cache} and @file{~/documents}.
 
-@node grep, Multi Folder, namazu, Folders
-@section grep
+@node grep,  , namazu, Search Folder
+@subsection grep
 @pindex grep
 
 The files that exists in the directory specified with the @var{search
@@ -1471,7 +1471,7 @@ Example:
 @end example
 
 
-@node Multi Folder, Filter Folder, grep, Folders
+@node Multi Folder, Filter Folder, Search Folder, Folders
 @section Multi Folder
 @cindex @samp{*}
 @cindex Multi Folder
@@ -5377,7 +5377,7 @@ If @code{nil}, authentication realm is not specified in the authentication.
 The initial setting is @code{nil}.
 This symbol-valued variable specifies how to establish SMTP connections.
 If @code{nil}, use default connection type.
-If it is @code{starttls}, use STARTTLS (RFC2595).
+If it is @code{starttls}, use STARTTLS (RFC3207).
 If it is @code{ssl}, use SSL.
 
 @item wl-nntp-posting-server
@@ -7159,11 +7159,6 @@ Put spam mark (@samp{s}) on current message.
 @findex wl-summary-test-spam
 Test current message and put spam mark if judged as spam.
 
-@item r k c
-@kindex r k c (Summary)
-@findex wl-summary-test-spam-region
-Test messages in the specified region and put spam mark if judged as spam.
-
 @item k C
 @kindex k C (Summary)
 @findex wl-summary-mark-spam
@@ -7191,6 +7186,29 @@ Register current message as non-spam.
 @findex wl-summary-register-as-good-all
 Register all messages in the folder as non-spam.
 
+@item r k m
+@kindex r k m (Summary)
+@findex wl-summary-spam-region
+Put spam mark on messages in the specified region.
+
+@item r k c
+@kindex r k c (Summary)
+@findex wl-summary-test-spam-region
+Test messages in the specified region and put spam mark if judged as spam.
+
+@item t k m
+@kindex t k m (Summary)
+@findex wl-thread-spam
+Put spam mark on messages which are the descendant of the current thread.
+With prefix argument, it affects on the all messages in the thread tree.
+
+@item t k c
+@kindex t k c (Summary)
+@findex wl-thread-test-spam
+Test messages which are the descendant of the current thread and put spam mark
+if judged as spam.  With prefix argument, it affects on the all messages in
+the thread tree.
+
 @item m k
 @kindex m k (Summary)
 @findex wl-summary-target-mark-spam
@@ -8815,12 +8833,6 @@ The initial setting is @code{t}.
 If non-nil, you are asked for confirmation if accumulated off-line
 operations are executed.
 
-@item elmo-display-progress-threshold
-@vindex elmo-display-progress-threshold
-The initial setting is 20.
-Threshold for display of progress gauge.  If number of renewal is more than
-this value, display progress gauge.
-
 @item elmo-network-session-idle-timeout
 @vindex elmo-network-session-idle-timeout
 The initial setting is @code{nil}.