Show the username/password dialog when the user can't login because an

error occurred when attempting to connect to the pop server.

svn path=/trunk/kdenetwork/kmail/; revision=56687
wilder-work
Don Sanders 26 years ago
parent c1b5c7819b
commit 6796ecd54f
  1. 5
      kmacctexppop.cpp

@ -719,8 +719,11 @@ void KMAcctExpPop::slotResult( KIO::Job* )
{
if ( job->error() )
{
if (interactive)
if (interactive) {
// force the dialog to be shown next time the account is checked
if (!mStorePasswd) mPasswd = "";
job->showErrorDialog();
}
slotCancel();
}
else

Loading…
Cancel
Save