From a5976f69b0e9fb0b2218cccf0f394c78cc6e9559 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Wed, 20 May 2009 14:09:30 +0000 Subject: [PATCH] Merged revisions 968658 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r968658 | tmcguire | 2009-05-16 16:18:13 +0200 (Sat, 16 May 2009) | 3 lines Better not allow HTML here as well, even though I think that should be ok as per RFC, as this sends the iCal in an attachment anyway. ........ svn path=/trunk/KDE/kdepim/; revision=970626 --- callback.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/callback.cpp b/callback.cpp index adda35aab..b8caa0604 100644 --- a/callback.cpp +++ b/callback.cpp @@ -133,6 +133,7 @@ bool Callback::mailICal( const QString &to, const QString &iCal, cWin->addAttach( msgPart ); } + cWin->forceDisableHtml(); if ( GlobalSettings::self()->automaticSending() ) { cWin->setAttribute( Qt::WA_DeleteOnClose ); cWin->slotSendNow();