diff options
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 621a512..21e42cf 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -365,6 +365,7 @@ namespace ResourceCapabilities { | |||
365 | namespace Mail { | 365 | namespace Mail { |
366 | static constexpr const char *storage = "mail.storage"; | 366 | static constexpr const char *storage = "mail.storage"; |
367 | static constexpr const char *drafts = "mail.drafts"; | 367 | static constexpr const char *drafts = "mail.drafts"; |
368 | static constexpr const char *sent = "mail.sent"; | ||
368 | static constexpr const char *trash = "mail.trash"; | 369 | static constexpr const char *trash = "mail.trash"; |
369 | static constexpr const char *transport = "mail.transport"; | 370 | static constexpr const char *transport = "mail.transport"; |
370 | static constexpr const char *folderhierarchy = "mail.folderhierarchy"; | 371 | static constexpr const char *folderhierarchy = "mail.folderhierarchy"; |
@@ -376,6 +377,7 @@ namespace Mail { | |||
376 | static constexpr const char *inbox = "inbox"; | 377 | static constexpr const char *inbox = "inbox"; |
377 | static constexpr const char *drafts = "drafts"; | 378 | static constexpr const char *drafts = "drafts"; |
378 | static constexpr const char *trash = "trash"; | 379 | static constexpr const char *trash = "trash"; |
380 | static constexpr const char *sent = "sent"; | ||
379 | }; | 381 | }; |
380 | }; | 382 | }; |
381 | 383 | ||