[kdepimlibs] [Bug 317966] Invalid interpretation of '=?UTF-8?Q?X=2DKADDRESSBOOK=2D=E2=80=A6?=' (case sensitive?)

Bernhard b.d.s.e at gmx.de
Sun Apr 7 09:22:48 BST 2013


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

--- Comment #9 from Bernhard <b.d.s.e at 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.



More information about the Kdepim-bugs mailing list