Comment 79 for bug 52667

Revision history for this message
In , Bienvenu (bienvenu) wrote :

(From update of attachment 214144)
looks fine - just a style nit:

+ if (outCString)
+ {
+ mMimeConverter->DecodeMimeHeader(outCString, listPost, charset);
+ }

don't need the braces...and should be

if (!outCString.IsEmpty())