diff options
| author | fukachan <fukachan> | 2003-10-18 05:29:56 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-10-18 05:29:56 +0000 |
| commit | cb7dc1400d1ef1b6051a65457d9cb7407e029349 (patch) | |
| tree | 065f20c25de691e1c54dc327a37a8b7a0dec26e2 /fml/doc/en | |
| parent | a6643fa9223cd72785b86f12b93b15a9a01cfe82 (diff) | |
| download | fml8-cb7dc1400d1ef1b6051a65457d9cb7407e029349.tar.gz fml8-cb7dc1400d1ef1b6051a65457d9cb7407e029349.tar.bz2 fml8-cb7dc1400d1ef1b6051a65457d9cb7407e029349.zip | |
regn:
summary_file -> article_summary_file
summary_format_style -> article_summary_file_format_style
summary_format_address_length -> article_summary_file_format_address_length
Diffstat (limited to 'fml/doc/en')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 6 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 54 |
2 files changed, 30 insertions, 30 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index a13e9eea..d9570d35 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -80,6 +80,9 @@ article { article_* { $article_sequence_file ? $article_subject_tag + $article_summary_file + ? $article_summary_file_format_address_length + ? $article_summary_file_format_style } } @@ -646,7 +649,6 @@ _file$ { $help_file $objective_file $sequence_file - $summary_file } _dir$ { @@ -671,8 +673,6 @@ _dir$ { ? $commands_for_stranger ? $commands_for_user ? $list_addresses - ? $summary_format_address_length - ? $summary_format_style ? $unsafe_header_fields </screen> </para> diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index 877d786b..56d15a4e 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -157,6 +157,33 @@ article_subject_tag</entry> </row> <row> <entry> +article_summary_file</entry> +<entry> + article summary file.</entry> +<entry> +$ml_home_dir/summary + </entry> +</row> +<row> +<entry> +article_summary_file_format_address_length</entry> +<entry> + save the first N bytes of the address in summary.</entry> +<entry> +15 + </entry> +</row> +<row> +<entry> +article_summary_file_format_style</entry> +<entry> + format style.</entry> +<entry> +fml4_compatible + </entry> +</row> +<row> +<entry> article_text_plain_filter_rules</entry> <entry> filter rules of text/plain filter.</entry> @@ -1375,33 +1402,6 @@ confirmation </row> <row> <entry> -summary_file</entry> -<entry> - article summary file.</entry> -<entry> -$ml_home_dir/summary - </entry> -</row> -<row> -<entry> -summary_format_address_length</entry> -<entry> - save the first N bytes of the address in summary.</entry> -<entry> -15 - </entry> -</row> -<row> -<entry> -summary_format_style</entry> -<entry> - format style.</entry> -<entry> -fml4_compatible - </entry> -</row> -<row> -<entry> system_accounts</entry> <entry> list of system accounts.</entry> |
