X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.py;h=cd972210a1dc46d35dd55a3e2a1bb1cd11811863;hb=c1a5169774327b8f530ed41ff061748e8b10923b;hp=5459cbff73ab05dcc32ba5f7645ae5951a525cb8;hpb=a57084a55c6ffd5afacc259e54cecfb09152b726;p=mimedecode.git diff --git a/mimedecode.py b/mimedecode.py index 5459cbf..cd97221 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -385,7 +385,7 @@ def decode_part(msg): outstring = totext(msg, outstring) break elif content_type in g.binary_mask or \ - content_type in g.decoded_binary_mask: + content_type in g.decoded_binary_mask: output_headers(msg) output(outstring) break