diff options
author | bwarsaw <> | 2005-05-13 02:38:17 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-05-13 02:38:17 +0000 |
commit | 8a3170c2e442a591c3750aa174581ccd301a4fa5 (patch) | |
tree | c3468be7d0f13bdceeac90251d989d0559c46aaf | |
parent | 56c7ff420f41eb7ad7a9696309f0ee75d0317838 (diff) | |
download | mailman2-8a3170c2e442a591c3750aa174581ccd301a4fa5.tar.gz mailman2-8a3170c2e442a591c3750aa174581ccd301a4fa5.tar.xz mailman2-8a3170c2e442a591c3750aa174581ccd301a4fa5.zip |
Copyright years and whitespace normalization.
-rw-r--r-- | Mailman/Handlers/Decorate.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Mailman/Handlers/Decorate.py b/Mailman/Handlers/Decorate.py index 1b756192..767aa9ed 100644 --- a/Mailman/Handlers/Decorate.py +++ b/Mailman/Handlers/Decorate.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2005 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -14,8 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""Decorate a message by sticking the header and footer around it. -""" +"""Decorate a message by sticking the header and footer around it.""" from types import ListType from email.MIMEText import MIMEText @@ -83,7 +82,7 @@ def process(mlist, msg, msgdata): # charsets Mailman supports are strict supersets of us-ascii -- # no, UTF-16 emails are not supported yet. # - # TK: Message with 'charset=' cause trouble. So, instead of + # TK: Message with 'charset=' cause trouble. So, instead of # mgs.get_content_charset('us-ascii') ... mcset = msg.get_content_charset() or 'us-ascii' lcset = Utils.GetCharSet(mlist.preferred_language) |