summaryrefslogtreecommitdiff
path: root/Mailman/MailCommandHandler.py
diff options
context:
space:
mode:
authorklm1998-03-08 05:34:51 +0000
committerklm1998-03-08 05:34:51 +0000
commit4abcbbcf31c22094cf23706749a7e8624cde8617 (patch)
tree21b236b2beddba9e1d03120b1bfa5c821025a066 /Mailman/MailCommandHandler.py
parent6900ca83eccb368056787c10471dd9cf3e72c569 (diff)
downloadmailman-4abcbbcf31c22094cf23706749a7e8624cde8617.tar.gz
mailman-4abcbbcf31c22094cf23706749a7e8624cde8617.tar.zst
mailman-4abcbbcf31c22094cf23706749a7e8624cde8617.zip
Small formatting changes.
Diffstat (limited to 'Mailman/MailCommandHandler.py')
-rw-r--r--Mailman/MailCommandHandler.py26
1 files changed, 16 insertions, 10 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py
index 303a75273..4939c3133 100644
--- a/Mailman/MailCommandHandler.py
+++ b/Mailman/MailCommandHandler.py
@@ -11,16 +11,22 @@ import mm_message, mm_err, mm_cfg, mm_utils
-option_descs = { 'digest' : 'receive mail from the list bundled together instead of '
- 'one post at a time',
- 'nomail' : 'Stop delivering mail. Useful if you plan on taking a '
- 'short vacation.',
- 'norcv' : 'Turn this on to NOT receive posts you send to the list. '
- 'does not work if digest is set',
- 'ack' : 'Turn this on to receive acknowlegement mail when you '
- 'send mail to the list',
- 'fancy' : 'Get MIME-compliant digests (only works if digest is set)',
- 'hide' : 'Conceals your email from the list of subscribers'
+option_descs = { 'digest' :
+ 'receive mail from the list bundled together instead of '
+ 'one post at a time',
+ 'nomail' :
+ 'Stop delivering mail. Useful if you plan on taking a '
+ 'short vacation.',
+ 'norcv' :
+ 'Turn this on to NOT receive posts you send to the list. '
+ 'does not work if digest is set',
+ 'ack' :
+ 'Turn this on to receive acknowlegement mail when you '
+ 'send mail to the list',
+ 'fancy' :
+ 'Get MIME-compliant digests (only works if digest is set)',
+ 'hide' :
+ 'Conceals your email from the list of subscribers'
}
option_info = { 'digest' : 0,
'nomail' : mm_cfg.DisableDelivery,