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();