blob: 128f5709772ad596474e9440f244745c384cf4df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
=head1 ����å����ץ����ƥ�
# Descriptions: ����å����ץ����ƥ��Ȥ���
# History: fml 8.0 new
# Value: yes / no
# Examples:
use_thread_track = yes
# Descriptions: ����å����ץ����ƥ�� Subject ���������Ѥ��뤫��
# XXX ����Ǥ⡢�Ȥ�ʤ��Ƥ⤤�������Ǥ���
# History: fml 5.0 new
# Value: yes / no
# Examples:
use_thread_subject_tag = no
# Descriptions: �����åȤˤĤ���ͣ�̾
# ʣ���Σ̤ͣˤޤ����ä������åȤ����פ��뤿���
# ɬ��
# History: fml 5.0 new
# Value: string
# Examples: elena
thread_subject_tag_name = $ml_name
# Descriptions: �����å��ֹ�Υ��å���
# XXX ����Ǥ⡢�Ȥ�ʤ��Ƥ⤤�������Ǥ���
# History: fml 5.0 new
# Value:
# Examples: elena_#00001010 $ml_name_#%08d
# elena/100 $ml_name/%d
thread_id_syntax = $ml_name/%d
# Descriptions: Subject �ˤĤ�������å��ֹ�Υ��å���
# [] () {} �ʤɤ� $thread_id_syntax ��
# ����ˤĤ��Ƥ�餦�Ȥ狼��䤹����?
# XXX ����Ǥ⡢�Ȥ�ʤ��Ƥ⤤�������Ǥ���
# History: fml 5.0 new
# Value:
# Examples: [elena_#00001010]
# [elena/100]
thread_subject_tag = [$thread_id_syntax]
# Descriptions: Subject �ˤĤ�������å��ֹ�Υ��å����ξ��
# ���ˤĤ��뤫������Ȥ����ˤĤ��뤫��
# History: fml 5.0 new
# Value: appended/prepended
# Examples: Subject: [elena/100] ....
# Subject: .... [elena/100]
thread_subject_tag_location = appended
# Descriptions: �����å��ֹ����¸����ե�����
# History: fml 5.0 new
# Value: filename
# Examples: /var/spool/ml/elena/thread.seq
thread_sequence_file = $ml_home_dir/thread.seq
# Descriptions: �����åȴ�Ϣ�ǡ�������¸����ǥ��쥯�ȥ�
# �ºݤˤϤ��β��� elena/article.db �Τ褦��
# �ͣ�̾�Υ��֥ǥ��쥯�ȥ꤬�������
# History: fml 5.0 new
# Value: directory
# Examples: /var/spool/ml/@db@/thread
thread_db_dir = $shared_db_dir/thread
# Descriptions: CGI �����Хѥ�
# History:
# Value:
# Examples:
thread_cgi_base_url = /cgi-bin/fmlthread.cgi
# Descriptions: CGI �Υ����ȥ�
# History:
# Value:
# Examples:
thread_cgi_title = thread tracking system interface
# Descriptions: CGI ���̤δ��ܥ��顼
# History:
# Value:
# Examples:
thread_cgi_bgcolor = #E6E6FA
|