From 102e8463b219f68da5eda0e408b49c7b5cf497c6 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 25 Dec 2001 12:20:57 +0000 Subject: [PATCH] Add wl-expire-localdir-date. --- doc/wl-ja.texi | 14 ++++++++++---- doc/wl.texi | 10 ++++++++-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index d2a8dcb..d18897d 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -5043,10 +5043,11 @@ expire を実行しても何もしません。また、2,3 番目の要素のいずれかが 指定したメッセージも含んだリストが渡されますので、独自に関数を作る場合は 注意してください。 -ここで指定できる関数には、標準で次の3つが用意されています。 -これらは指定した方法でアーカイブフォルダにメッセージを移動するものです。 -つまり、古いメッセージをフォルダから削除しながら別ファイルに圧縮して保存 +ここで指定できる関数には、標準で次の4つが用意されています。そのうち +3つは指定した方法でアーカイブフォルダにメッセージを移動するもので、 +古いメッセージをフォルダから削除しながら別ファイルに圧縮して保存 しておくことができます。 +残り1つはメッセージを MH フォルダに振り分けるものです。 @table @code @item wl-expire-archive-number1 @@ -5096,7 +5097,7 @@ expire を実行しても何もしません。また、2,3 番目の要素のいずれかが 例えば、1998年12月のメッセージは @code{$folder-199812;zip} にリファイル されます。なお、日付の部分以外のアーカイブフォルダ名は @code{wl-expire-archive-number1}と同じように決定されます。 -@end table + また、上記の3つの標準関数では @code{wl-expire-alist} での第1引数に non-nil を指定すると、フォルダのメッセージ番号をそのまま保存することがで @@ -5108,6 +5109,11 @@ non-nil を指定すると、フォルダのメッセージ番号をそのまま保存することがで 引数を指定しない場合は、各アーカイブフォルダごとに 1 から順に番号が与え られて保存されます。 + +@item wl-expire-localdir-date +メッセージの日付(年月)ごとに、例えば、@samp{+ml/wl/1999_11/}, +@samp{+ml/wl/1999_12/} といった MH フォルダにリファイルします。 +@end table @end table @subsection 重要メッセージや未読メッセージの扱い diff --git a/doc/wl.texi b/doc/wl.texi index 4200f8d..a8ea5a2 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -5108,9 +5108,10 @@ can specify function-specific arguments after the name of the @code{wl-summary-expire-reserve-marks}, be careful in writing your own function. -These are three standard functions; they moves messages to an archive +These are four standard functions; three of them move messages to an archive folder in the specified way. This means old messages can be compressed and saved in a file, being deleted from the original folder. +The last one divides messages to some MH folders. @table @code @item wl-expire-archive-number1 @@ -5160,7 +5161,7 @@ For example, a message dated December 1998 is re-filed to @code{$folder-199812;zip}. The name of the archiving folders except the date part are determined in the same way as @code{wl-expire-archive-number1}. -@end table + You can set the first argument to these three standard functions to non-nil in @code{wl-expire-alist} so as to retain message numbers in the folder. @@ -5172,6 +5173,11 @@ For example, it can be specified just after the name of the function: If you omit the argument, consecutive numbers from 1 are assigned for each archiving folder. + +@item wl-expire-localdir-date +divedes messages depending on its date (year and month) to MH folders +e.g. to @samp{+ml/wl/1999_11/}, @samp{+ml/wl/1999_12/}. +@end table @end table @subsection Treatment for Important or Unread Messages -- 1.7.10.4