1.1 --- a/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m Thu Oct 29 12:57:14 2009 -0400
1.2 +++ b/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m Sat Oct 31 22:35:08 2009 -0400
1.3 @@ -717,7 +717,7 @@
1.4 NSString *htmlEncodedMessage = [AIHTMLDecoder encodeHTML:[content message]
1.5 headers:NO
1.6 fontTags:showIncomingFonts
1.7 - includingColorTags:showIncomingColors
1.8 + includingColorTags:(allowsColors && showIncomingColors)
1.9 closeFontTags:YES
1.10 styleTags:YES
1.11 closeStyleTagsOnFontChange:YES