https://bugs.kde.org/show_bug.cgi?id=317966

--- Comment #9 from Bernhard <b.d....@gmx.de> ---
I forgot two lines in the fix above:


@@ -224,6 +231,8 @@ QString StandardContactFormatter::toHtml( HtmlForm form )
const
     blacklistedKeys.insert( QLatin1String( "CRYPTOSIGNPREF" ) );
     blacklistedKeys.insert( QLatin1String( "CRYPTOENCRYPTPREF" ) );
     blacklistedKeys.insert( QLatin1String( "MailPreferedFormatting" ) );
+    blacklistedKeys.insert( QLatin1String( "MAILPREFEREDFORMATTING" ) );
+    blacklistedKeys.insert( QLatin1String( "MAILALLOWTOREMOTECONTENT" ) );
     blacklistedKeys.insert( QLatin1String( "MailAllowToRemoteContent" ) );
   }

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to