From 8a3170c2e442a591c3750aa174581ccd301a4fa5 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Fri, 13 May 2005 02:38:17 +0000 Subject: Copyright years and whitespace normalization. --- Mailman/Handlers/Decorate.py | 7 +++---- 1 file 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) -- cgit v1.2.3