mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
kdepimlibs: adjust to recent changes
This commit is contained in:
parent
a951aaa13a
commit
fccf5eaca1
4 changed files with 3 additions and 5 deletions
|
@ -1307,7 +1307,7 @@ bool kio_sieveProtocol::requestCapabilitiesAfterStartTLS() const
|
|||
const int patch = regExp.cap( 3 ).toInt();
|
||||
const QString vendor = regExp.cap( 4 );
|
||||
if ( major < 2 || (major == 2 && (minor < 3 || (minor == 3 && patch < 11))) || (vendor == "-kolab-nocaps") ) {
|
||||
ksDebug << k_funcinfo << "Enabling compat mode for Cyrus < 2.3.11 or Cyrus marked as \"kolab-nocaps\"" << endl;
|
||||
ksDebug << "Enabling compat mode for Cyrus < 2.3.11 or Cyrus marked as \"kolab-nocaps\"" << endl;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <KDebug>
|
||||
#include <KGlobal>
|
||||
#include <KLocale>
|
||||
|
||||
#include <akonadi/agentinstance.h>
|
||||
#include <akonadi/agentinstancecreatejob.h>
|
||||
|
|
|
@ -31,11 +31,7 @@
|
|||
#include "servertest.h"
|
||||
#include "mailtransport_defs.h"
|
||||
|
||||
#ifndef KDEPIM_MOBILE_UI
|
||||
#include "ui_smtpsettings_desktop.h"
|
||||
#else
|
||||
#include "ui_smtpsettings_mobile.h"
|
||||
#endif
|
||||
|
||||
#include <QAbstractButton>
|
||||
#include <QButtonGroup>
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <KMessageBox>
|
||||
#include <KMenu>
|
||||
#include <KGlobal>
|
||||
#include <KLocale>
|
||||
|
||||
using namespace MailTransport;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue