diff options
| author | fukachan <fukachan> | 2006-01-13 00:15:35 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-13 00:15:35 +0000 |
| commit | 5b7c66df5ad5d20d3f22d1241263def7c88da2cc (patch) | |
| tree | e8cb8f85d6853d5033772f5ab6c21271f4d9b0d7 /fml/doc | |
| parent | 09a3fbb1d38dcc8d54905f0fb188bc13f6de0df6 (diff) | |
| download | fml8-5b7c66df5ad5d20d3f22d1241263def7c88da2cc.tar.gz fml8-5b7c66df5ad5d20d3f22d1241263def7c88da2cc.tar.bz2 fml8-5b7c66df5ad5d20d3f22d1241263def7c88da2cc.zip | |
is_valid_ml_address -> is_fml8_managed_address
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/en/tutorial/customize/recipes.header.sgml | 4 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/customize/recipes.header.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fml/doc/en/tutorial/customize/recipes.header.sgml b/fml/doc/en/tutorial/customize/recipes.header.sgml index 6623e34e..35f83d20 100644 --- a/fml/doc/en/tutorial/customize/recipes.header.sgml +++ b/fml/doc/en/tutorial/customize/recipes.header.sgml @@ -1,5 +1,5 @@ <!-- - $FML$ + $FML: recipes.header.sgml,v 1.1 2006/01/13 00:07:14 fukachan Exp $ --> <qandaset> @@ -180,7 +180,7 @@ $article_header_rewrite_end_hook = q{ my $reply_to = ''; for my $a (@addrlist) { my $_addr = $a->address; - if ($curproc->is_valid_ml_address($_addr)) { + if ($curproc->is_fml8_managed_address($_addr)) { $reply_to .= $reply_to ? ", $_addr" : $_addr; } } diff --git a/fml/doc/ja/tutorial/customize/recipes.header.sgml b/fml/doc/ja/tutorial/customize/recipes.header.sgml index 7d889694..c4ddac68 100644 --- a/fml/doc/ja/tutorial/customize/recipes.header.sgml +++ b/fml/doc/ja/tutorial/customize/recipes.header.sgml @@ -1,5 +1,5 @@ <!-- - $FML: recipes.header.sgml,v 1.1 2005/10/29 04:21:38 fukachan Exp $ + $FML: recipes.header.sgml,v 1.2 2006/01/13 00:07:14 fukachan Exp $ --> <qandaset> @@ -182,7 +182,7 @@ $article_header_rewrite_end_hook = q{ my $reply_to = ''; for my $a (@addrlist) { my $_addr = $a->address; - if ($curproc->is_valid_ml_address($_addr)) { + if ($curproc->is_fml8_managed_address($_addr)) { $reply_to .= $reply_to ? ", $_addr" : $_addr; } } |
