- Flag SSL as "experimental"

- Display the key new KMail was really looking for in the key not found error
  message

svn path=/trunk/kdenetwork/kmail/; revision=73504
wilder-work
Michael Haeckel 26 years ago
parent d5ff67af2b
commit eb0c4ac7c8
  1. 3
      accountdialog.cpp
  2. 2
      kmcomposewin.cpp

@ -215,7 +215,8 @@ void AccountDialog::makePopAccountPage()
topLayout->addWidget( mPop.portEdit, 6, 1 );
mPop.useSSLCheck =
new QCheckBox( i18n("Use SSL for secure mail download"), page);
new QCheckBox( i18n("Use SSL for secure mail download") + " " +
i18n("(experimental)"), page);
topLayout->addMultiCellWidget( mPop.useSSLCheck, 7, 7, 0, 1);
connect(mPop.useSSLCheck, SIGNAL(clicked()), this, SLOT(slotSSLChanged()));

@ -1547,7 +1547,7 @@ void KMComposeWin::slotInsertMyPublicKey()
{
kernel->kbp()->idle();
KMessageBox::sorry( 0L, i18n("Couldn't get your public key for\n%1.")
.arg(from()) );
.arg(Kpgp::getKpgp()->user()) );
return;
}

Loading…
Cancel
Save