diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-29 20:09:11 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-29 20:09:11 +0200 |
commit | b338609c0a262e330a51188fa2aee3cccc788c3b (patch) | |
tree | 63c92fa68f009d0c872e094420feea1b63f8c48d /common/domain/applicationdomaintype.cpp | |
parent | 61a06afe8ef87056b067fbe578a72bf564123222 (diff) | |
download | sink-b338609c0a262e330a51188fa2aee3cccc788c3b.tar.gz sink-b338609c0a262e330a51188fa2aee3cccc788c3b.zip |
The imap resource doesn't support drafts yet
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
267 | auto &&resource = ApplicationDomainType::createEntity<SinkResource>(); | 267 | auto &&resource = ApplicationDomainType::createEntity<SinkResource>(); |
268 | resource.setProperty("type", "org.kde.imap"); | 268 | resource.setProperty("type", "org.kde.imap"); |
269 | resource.setProperty("account", account); | 269 | resource.setProperty("account", account); |
270 | resource.setProperty("capabilities", QVariant::fromValue(QByteArrayList() << "storage" << "drafts")); | 270 | resource.setProperty("capabilities", QVariant::fromValue(QByteArrayList() << "storage")); |
271 | return resource; | 271 | return resource; |
272 | } | 272 | } |
273 | } | 273 | } |