summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/domain/applicationdomaintype.cpp2
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}