diff options
| author | fukachan <fukachan> | 2001-05-09 00:57:20 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-05-09 00:57:20 +0000 |
| commit | 2c9ef1d2a411bb0028db6d82eb13b56b0ca88e92 (patch) | |
| tree | 1da8da1a7824704e5c428b6c69f8a8c709f7ad40 /fml | |
| parent | 4b17d8150ef11890a877ac03d9cbc07fd76c9070 (diff) | |
| download | fml8-2c9ef1d2a411bb0028db6d82eb13b56b0ca88e92.tar.gz fml8-2c9ef1d2a411bb0028db6d82eb13b56b0ca88e92.tar.bz2 fml8-2c9ef1d2a411bb0028db6d82eb13b56b0ca88e92.zip | |
define the following new variables:
default_charset = iso-2022-jp
reply_message_charset = $default_charset
system_message_charset = $default_charset
message_default_subject = fml system message
reply_message_subject = reply from $ml_name ML
system_message_subject = fml system message ($ml_name ML)
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.ja | 42 | ||||
| -rw-r--r-- | fml/etc/defaults/Configurations | 1 | ||||
| -rw-r--r-- | fml/etc/defaults/basic.cf.ja | 5 | ||||
| -rw-r--r-- | fml/etc/defaults/messages.cf.ja | 36 |
4 files changed, 84 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.ja b/fml/etc/default_config.cf.ja index 5f1409db..c0213b80 100644 --- a/fml/etc/default_config.cf.ja +++ b/fml/etc/default_config.cf.ja @@ -9,6 +9,11 @@ maintainer = +=head2 言語 + +default_charset = iso-2022-jp + + =head2 default modes # Descriptions: ファイルを作成する時のデフォルトモード @@ -172,6 +177,43 @@ smtp_servers = [::1]:25 # Examples: elena-admin@fml.org smtp_sender = $maintainer +=head1 メッセージ操作 + +=head2 言語 + +# Descriptions: +# History: +# Value: +# Examples: +reply_message_charset = $default_charset + +# Descriptions: +# History: +# Value: +# Examples: +system_message_charset = $default_charset + + +# Descriptions: +# History: +# Value: +# Examples: +message_default_subject = fml system message + + +# Descriptions: +# History: +# Value: +# Examples: +reply_message_subject = reply from $ml_name ML + + +# Descriptions: +# History: +# Value: +# Examples: +system_message_subject = fml system message ($ml_name ML) + =head1 ヘッダの操作 # Descriptions: ヘッダ書換えの操作をするか? diff --git a/fml/etc/defaults/Configurations b/fml/etc/defaults/Configurations index 390b95d3..74bc4fca 100644 --- a/fml/etc/defaults/Configurations +++ b/fml/etc/defaults/Configurations @@ -2,6 +2,7 @@ basic.cf directory.cf acl.cf delivery.cf +messages.cf header.cf lock.cf log.cf diff --git a/fml/etc/defaults/basic.cf.ja b/fml/etc/defaults/basic.cf.ja index f1dae330..17eb7656 100644 --- a/fml/etc/defaults/basic.cf.ja +++ b/fml/etc/defaults/basic.cf.ja @@ -9,6 +9,11 @@ maintainer = +=head2 言語 + +default_charset = iso-2022-jp + + =head2 default modes # Descriptions: ファイルを作成する時のデフォルトモード diff --git a/fml/etc/defaults/messages.cf.ja b/fml/etc/defaults/messages.cf.ja new file mode 100644 index 00000000..e917f667 --- /dev/null +++ b/fml/etc/defaults/messages.cf.ja @@ -0,0 +1,36 @@ +=head1 メッセージ操作 + +=head2 言語 + +# Descriptions: +# History: +# Value: +# Examples: +reply_message_charset = $default_charset + +# Descriptions: +# History: +# Value: +# Examples: +system_message_charset = $default_charset + + +# Descriptions: +# History: +# Value: +# Examples: +message_default_subject = fml system message + + +# Descriptions: +# History: +# Value: +# Examples: +reply_message_subject = reply from $ml_name ML + + +# Descriptions: +# History: +# Value: +# Examples: +system_message_subject = fml system message ($ml_name ML) |
