From b338609c0a262e330a51188fa2aee3cccc788c3b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 29 May 2016 20:09:11 +0200 Subject: The imap resource doesn't support drafts yet --- common/domain/applicationdomaintype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index 7be0295..7d8ab48 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp @@ -267,7 +267,7 @@ namespace ImapResource { auto &&resource = ApplicationDomainType::createEntity(); resource.setProperty("type", "org.kde.imap"); resource.setProperty("account", account); - resource.setProperty("capabilities", QVariant::fromValue(QByteArrayList() << "storage" << "drafts")); + resource.setProperty("capabilities", QVariant::fromValue(QByteArrayList() << "storage")); return resource; } } -- cgit v1.2.3