[Bug 779751] Re: admindb fail to find message charset

Mark Sapiro mark at msapiro.net
Tue May 10 09:07:21 CEST 2011


Indentation is lost in comment 2. It should be

+....# We get it from the first text part
+....for part in msg.walk():
+........if part.get_content_maintype() == 'text':
+............mcset = part.get_content_charset('us-ascii')
+............break
+....else:
+........mcset = 'us-ascii'

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/779751

Title:
  admindb fail to find message charset


More information about the Mailman-coders mailing list