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
wilder-work
Thomas McGuire 17 years ago
parent 5de08a8392
commit a5976f69b0
  1. 1
      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();

Loading…
Cancel
Save