From 4abcbbcf31c22094cf23706749a7e8624cde8617 Mon Sep 17 00:00:00 2001 From: klm Date: Sun, 8 Mar 1998 05:34:51 +0000 Subject: Small formatting changes. --- Mailman/MailCommandHandler.py | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'Mailman/MailCommandHandler.py') 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, -- cgit v1.2.3-70-g09d2