diff options
| author | fukachan <fukachan> | 2006-03-19 01:14:15 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-19 01:14:15 +0000 |
| commit | cf784d12bef8b3b286879d02af55c016d71b6671 (patch) | |
| tree | efb06aef071a4a796adb3e545c0932a88031a8aa /fml | |
| parent | 18f52de5aa19c7953e2a82416cf5e3cc1b48171d (diff) | |
| download | fml8-cf784d12bef8b3b286879d02af55c016d71b6671.tar.gz fml8-cf784d12bef8b3b286879d02af55c016d71b6671.tar.bz2 fml8-cf784d12bef8b3b286879d02af55c016d71b6671.zip | |
regen:
default_umask -> system_default_umask
define *_list_software
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 16 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 15 |
2 files changed, 29 insertions, 2 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index 00456511..d9e9e9e1 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -97,7 +97,7 @@ maintainer_signature = # History: # Value: UMASK # Examples: -default_umask = 077 +system_default_umask = 077 =head2 TIME ZONE @@ -959,6 +959,13 @@ unsafe_header_fields = Return-Receipt-To article_subject_tag = [$ml_name:%05d] +# Descriptions: default list-software header field. +# History: LIST_SOFTWARE +# Value: STR +# Examples: $fml_version +article_header_list_software = $mail_header_default_list_software + + # Descriptions: list-help of article header. # History: LIST_HELP # Value: STR @@ -1091,6 +1098,13 @@ mail_header_default_list_subscribe = <mailto:${command_mail_address}?body=subscr mail_header_default_list_unsubscribe = <mailto:${command_mail_address}?body=unsubscribe> +# Descriptions: default list-software header field. +# History: LIST_SOFTWARE +# Value: STR +# Examples: $fml_version +mail_header_default_list_software = $fml_version + + =head1 mail body diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 4aae7441..ccfa673b 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -94,7 +94,7 @@ maintainer_signature = # History: # Value: UMASK # Examples: -default_umask = 077 +system_default_umask = 077 =head2 TIME ZONE @@ -991,6 +991,13 @@ unsafe_header_fields = Return-Receipt-To article_subject_tag = [$ml_name:%05d] +# Descriptions: default list-software header field. +# History: LIST_SOFTWARE +# Value: STR +# Examples: $fml_version +article_header_list_software = $mail_header_default_list_software + + # Descriptions: list-help of article header. # History: LIST_HELP # Value: STR @@ -1124,6 +1131,12 @@ mail_header_default_list_subscribe = <mailto:${command_mail_address}?body=subscr mail_header_default_list_unsubscribe = <mailto:${command_mail_address}?body=unsubscribe> +# Descriptions: default list-software header field. +# History: LIST_SOFTWARE +# Value: STR +# Examples: $fml_version +mail_header_default_list_software = $fml_version + =head1 メール本文(ボディ)への操作 |
