From: yoichi Date: Sun, 6 Jun 2004 15:47:47 +0000 (+0000) Subject: write on batch processing X-Git-Tag: wl-2_11_30~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=30520ce04d95b7050f7ea99fce2450fa57592195;hp=8b46b46c162f818628573d74c2821a2c14f01c39;p=elisp%2Fwanderlust.git write on batch processing --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index bdf650f..8a861bb 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -146,6 +146,7 @@ into another language, under the above conditions for modified versions. * Split messages:: メッセージの振り分け * Address Book:: アドレス帳 * Spam Filter:: Spam フィルタ +* Batch Processing:: バッチ処理 * Customization:: カスタマイズ * Migration:: 旧バージョンからの移行 * Terminology:: 用語の解説 @@ -6714,7 +6715,7 @@ LDAP を利用する場合は、@code{wl-ldap-server}、@code{wl-ldap-port}, @end table -@node Spam Filter, Migration, Address Book, Top +@node Spam Filter, Batch Processing, Address Book, Top @chapter Spam フィルタ @cindex Spam Filter @@ -7231,7 +7232,31 @@ overview 情報に含まれないフィールドを検査の対象とする場合、 @end table -@node Migration, Customization, Spam Filter, Top +@node Batch Processing, Migration, Spam Filter, Top +@chapter バッチ処理 +@cindex Batch Processing + +コマンドラインから wanderlust に仕事をさせることができます。 +現在できる処理は指定したフォルダの新着メッセージのプリフェッチです。 + +@code{wl-batch-prefetch-folder-list} にプリフェッチを行うフォルダを +指定してコマンドラインから以下のようにするとプリフェッチを行います。 + +@group +emacs -batch -l wl-batch -f wl-batch-prefetch +@end group + +@section カスタマイズ変数 + +@table @code +@item wl-batch-prefetch-folder-list +@vindex wl-batch-prefetch-folder-list +@code{wl-batch-prefetch} でプリフェッチを行うフォルダを、フォルダ名のリスト +で指定します。 +@end table + + +@node Migration, Customization, Batch Processing, Top @chapter 旧バージョンからの移行 diff --git a/doc/wl.texi b/doc/wl.texi index 365d884..8c6125d 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -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