41
41
WIDTH = mm_cfg.TEXTFIELDWIDTH
44
44
_("Batched-delivery digest characteristics."),
46
('digestable', mm_cfg.Toggle, (_('No'), _('Yes')), 1,
47
_('Can list members choose to receive list traffic '
48
'bunched in digests?')),
50
('digest_is_default', mm_cfg.Radio,
51
(_('Regular'), _('Digest')), 0,
52
_('Which delivery mode is the default for new users?')),
54
('mime_is_default_digest', mm_cfg.Radio,
55
(_('Plain'), _('MIME')), 0,
56
_('When receiving digests, which format is default?')),
58
('digest_size_threshhold', mm_cfg.Number, 3, 0,
59
_('How big in Kb should a digest be before it gets sent out?'
46
('digestable', mm_cfg.Toggle, (_('No'), _('Yes')), 1,
47
_('Can list members choose to receive list traffic '
48
'bunched in digests?')),
50
('digest_is_default', mm_cfg.Radio,
51
(_('Regular'), _('Digest')), 0,
52
_('Which delivery mode is the default for new users?')),
54
('mime_is_default_digest', mm_cfg.Radio,
55
(_('Plain'), _('MIME')), 0,
56
_('When receiving digests, which format is default?')),
58
('digest_size_threshhold', mm_cfg.Number, 3, 0,
59
_('How big in Kb should a digest be before it gets sent out?'
60
60
' 0 implies no maximum size.')),
62
('digest_send_periodic', mm_cfg.Radio, (_('No'), _('Yes')), 1,
63
_('Should a digest be dispatched daily when the size threshold '
62
('digest_send_periodic', mm_cfg.Radio, (_('No'), _('Yes')), 1,
63
_('Should a digest be dispatched daily when the size threshold '
66
66
('digest_header', mm_cfg.Text, (4, WIDTH), 0,
67
_('Header added to every digest'),
67
_('Header added to every digest'),
68
68
_("Text attached (as an initial message, before the table"
69
69
" of contents) to the top of digests. ")
70
70
+ Utils.maketext('headfoot.html', raw=1, mlist=mlist)),
72
('digest_footer', mm_cfg.Text, (4, WIDTH), 0,
73
_('Footer added to every digest'),
72
('digest_footer', mm_cfg.Text, (4, WIDTH), 0,
73
_('Footer added to every digest'),
74
74
_("Text attached (as a final message) to the bottom of digests. ")
75
75
+ Utils.maketext('headfoot.html', raw=1, mlist=mlist)),