diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-05 18:00:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-05 18:00:02 +0200 |
commit | 4d4028af66144535634ec8c9c4aa229758b57372 (patch) | |
tree | 6a48e766d1eb2e5b4c70b74fc6024b0d3f36ed44 /common | |
parent | 0acbe51f75bd1791b30d43e337c15e50680ae8c5 (diff) | |
download | sink-4d4028af66144535634ec8c9c4aa229758b57372.tar.gz sink-4d4028af66144535634ec8c9c4aa229758b57372.zip |
Allow the maildir resource to skip the folder rename test
Diffstat (limited to 'common')
-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 1e111ec..e219608 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -245,7 +245,7 @@ namespace MaildirResource { | |||
245 | auto &&resource = ApplicationDomainType::createEntity<SinkResource>(); | 245 | auto &&resource = ApplicationDomainType::createEntity<SinkResource>(); |
246 | resource.setProperty("type", "org.kde.maildir"); | 246 | resource.setProperty("type", "org.kde.maildir"); |
247 | resource.setProperty("account", account); | 247 | resource.setProperty("account", account); |
248 | resource.setProperty("capabilities", QVariant::fromValue(QByteArrayList() << "storage" << "drafts")); | 248 | resource.setProperty("capabilities", QVariant::fromValue(QByteArrayList() << "storage" << "drafts" << "-folder.rename")); |
249 | return resource; | 249 | return resource; |
250 | } | 250 | } |
251 | } | 251 | } |