CVS commit by ogoffart: Ignore the error 715. BUG: 104497 M +2 -0 msnnotifysocket.cpp 1.167 --- kdenetwork/kopete/protocols/msn/msnnotifysocket.cpp #1.166:1.167 @@ -203,4 +203,5 @@ void MSNNotifySocket::handleError( uint case 715: { + /* //if(handlev==m_account->accountId()) QString msg = i18n( "Your email address has not been verified with the MSN server.\n" @@ -208,4 +209,5 @@ void MSNNotifySocket::handleError( uint "Some functions will be restricted if you do not confirm your email address." ); KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget(), KMessageBox::Sorry, msg, i18n( "MSN Plugin" ) );//TODO don't show again + */ break; }