From ca531d933e25ed25a7fff499ec28ca649f983dc6 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 27 Apr 2014 13:58:23 +0000 Subject: mgagit: Add bug number (forgot to save before commit) --- deployment/mgagit/templates/git_multimail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/mgagit') diff --git a/deployment/mgagit/templates/git_multimail.py b/deployment/mgagit/templates/git_multimail.py index 4b5f6f13..07e2945e 100755 --- a/deployment/mgagit/templates/git_multimail.py +++ b/deployment/mgagit/templates/git_multimail.py @@ -355,7 +355,7 @@ def addr_header_encode(text, header_name=None): # (cg) It seems that From: names (or perhaps Subject: headers) that contain # a UTF8 character before the first space confuse the older python Header() # class. This does not appear to be needed in newer python versions, but - # this little workaround seems to help on 2.7.1 on valstar mga1. + # this little workaround seems to help on 2.7.1 on valstar mga1. mga#12374 try: unicode(text) except UnicodeDecodeError: -- cgit v1.2.1