write on batch processing
authoryoichi <yoichi>
Sun, 6 Jun 2004 15:47:47 +0000 (15:47 +0000)
committeryoichi <yoichi>
Sun, 6 Jun 2004 15:47:47 +0000 (15:47 +0000)
doc/wl-ja.texi
doc/wl.texi

index bdf650f..8a861bb 100644 (file)
@@ -146,6 +146,7 @@ into another language, under the above conditions for modified versions.
 * Split messages::           \e$B%a%C%;!<%8$N?6$jJ,$1\e(B
 * Address Book::             \e$B%"%I%l%9D"\e(B
 * Spam Filter::              Spam \e$B%U%#%k%?\e(B
+* Batch Processing::         \e$B%P%C%A=hM}\e(B
 * Customization::            \e$B%+%9%?%^%$%:\e(B
 * Migration::                \e$B5l%P!<%8%g%s$+$i$N0\9T\e(B
 * Terminology::              \e$BMQ8l$N2r@b\e(B
@@ -6714,7 +6715,7 @@ LDAP \e$B$rMxMQ$9$k>l9g$O!"\e(B@code{wl-ldap-server}\e$B!"\e(B@code{wl-ldap-port},
 @end table
 
 
-@node Spam Filter, Migration, Address Book, Top
+@node Spam Filter, Batch Processing, Address Book, Top
 @chapter Spam \e$B%U%#%k%?\e(B
 @cindex Spam Filter
 
@@ -7231,7 +7232,31 @@ overview \e$B>pJs$K4^$^$l$J$$%U%#!<%k%I$r8!::$NBP>]$H$9$k>l9g!"\e(B
 @end table
 
 
-@node Migration, Customization, Spam Filter, Top
+@node Batch Processing, Migration, Spam Filter, Top
+@chapter \e$B%P%C%A=hM}\e(B
+@cindex Batch Processing
+
+\e$B%3%^%s%I%i%$%s$+$i\e(B wanderlust \e$B$K;E;v$r$5$;$k$3$H$,$G$-$^$9!#\e(B
+\e$B8=:_$G$-$k=hM}$O;XDj$7$?%U%)%k%@$N?7Ce%a%C%;!<%8$N%W%j%U%'%C%A$G$9!#\e(B
+
+@code{wl-batch-prefetch-folder-list} \e$B$K%W%j%U%'%C%A$r9T$&%U%)%k%@$r\e(B
+\e$B;XDj$7$F%3%^%s%I%i%$%s$+$i0J2<$N$h$&$K$9$k$H%W%j%U%'%C%A$r9T$$$^$9!#\e(B
+
+@group
+emacs -batch -l wl-batch -f wl-batch-prefetch
+@end group
+
+@section \e$B%+%9%?%^%$%:JQ?t\e(B
+
+@table @code
+@item wl-batch-prefetch-folder-list
+@vindex wl-batch-prefetch-folder-list
+@code{wl-batch-prefetch} \e$B$G%W%j%U%'%C%A$r9T$&%U%)%k%@$r!"%U%)%k%@L>$N%j%9%H\e(B
+\e$B$G;XDj$7$^$9!#\e(B
+@end table
+
+
+@node Migration, Customization, Batch Processing, Top
 @chapter \e$B5l%P!<%8%g%s$+$i$N0\9T\e(B
 
 
index 365d884..8c6125d 100644 (file)
@@ -121,6 +121,7 @@ This manual is for Wanderlust @value{VERSION}.
 * Split messages::           Splitting messages
 * Address Book::             Management of Address Book
 * Spam Filter::              Spam filtering
+* Batch Processing::         Invoke commands in batch mode
 * Customization::            Customizing Wanderlust
 * Terminology::              Terminologies
 * Mailing List::             Wanderlust mailing list
@@ -6697,7 +6698,7 @@ Edit entry.
 @end table
 
 
-@node Spam Filter, Customization, Address Book, Top
+@node Spam Filter, Batch Processing, Address Book, Top
 @chapter Spam Filter
 @cindex Spam Filter
 
@@ -7219,7 +7220,31 @@ for making spam decision.
 @end table
 
 
-@node Customization, Terminology, Spam Filter, Top
+@node Batch Processing, Customization, Spam Filter, Top
+@chapter Batch Processing
+@cindex Batch Processing
+
+You can request wanderlust to do some job on the command line.
+For now, you can invoke prefetching new messages in specified folders.
+
+Specify target folders in @code{wl-batch-prefetch-folder-list} then
+invoke as follows to execute prefetching:
+
+@group
+emacs -batch -l wl-batch -f wl-batch-prefetch
+@end group
+
+@section Customize Variables
+
+@table @code
+@item wl-batch-prefetch-folder-list
+@vindex wl-batch-prefetch-folder-list
+Target folders of prefetching by @code{wl-batch-prefetch}, specified as
+a list of folder names.
+@end table
+
+
+@node Customization, Terminology, Batch Processing, Top
 @chapter Customizing Wanderlust
 @cindex Customization