[pim/pimcommon] src/pimcommon/util: Remove KOLAB_RESOURCE_IDENTIFIER

Allen Winter <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 889008167777725ef7a81db12bf7691a51c109ad by Allen Winter.
Committed on 18/07/2026 at 11:04.
Pushed by winterz into branch 'master'.

Remove KOLAB_RESOURCE_IDENTIFIER

we removed the kolab resource

M  +1    -2    src/pimcommon/util/pimutil.cpp
M  +0    -1    src/pimcommon/util/pimutil.h

https://invent.kde.org/pim/pimcommon/-/commit/889008167777725ef7a81db12bf7691a51c109ad

diff --git a/src/pimcommon/util/pimutil.cpp b/src/pimcommon/util/pimutil.cpp
index ec6da8ce..fb7f33dc 100644
--- a/src/pimcommon/util/pimutil.cpp
+++ b/src/pimcommon/util/pimutil.cpp
@@ -99,8 +99,7 @@ QString PimCommon::Util::loadToFile(const QString &filter, QWidget *parent, cons
 
 bool PimCommon::Util::isImapResource(const QString &identifier)
 {
-    return identifier.startsWith(KOLAB_RESOURCE_IDENTIFIER) || identifier.startsWith(IMAP_RESOURCE_IDENTIFIER)
-        || identifier.startsWith(GMAIL_RESOURCE_IDENTIFIER);
+    return identifier.startsWith(IMAP_RESOURCE_IDENTIFIER) || identifier.startsWith(GMAIL_RESOURCE_IDENTIFIER);
 }
 
 QUrl PimCommon::Util::generateHelpUrl(const QString &docfile, const QString &anchor)
diff --git a/src/pimcommon/util/pimutil.h b/src/pimcommon/util/pimutil.h
index c5d68b3c..77b52f68 100644
--- a/src/pimcommon/util/pimutil.h
+++ b/src/pimcommon/util/pimutil.h
@@ -14,7 +14,6 @@ class OrgKdeAkonadiImapSettingsInterface;
 class QWidget;
 
 #define IMAP_RESOURCE_IDENTIFIER QStringLiteral("akonadi_imap_resource")
-#define KOLAB_RESOURCE_IDENTIFIER QStringLiteral("akonadi_kolab_resource")
 #define POP3_RESOURCE_IDENTIFIER QStringLiteral("akonadi_pop3_resource")
 #define MBOX_RESOURCE_IDENTIFIER QStringLiteral("akonadi_mbox_resource")
 #define GMAIL_RESOURCE_IDENTIFIER QStringLiteral("akonadi_gmail_resource")
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.