summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/domain/applicationdomaintype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h
index be04db9..3afef75 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -427,6 +427,10 @@ namespace Mail {
427 static constexpr const char *transport = "mail.transport"; 427 static constexpr const char *transport = "mail.transport";
428 static constexpr const char *folderhierarchy = "mail.folderhierarchy"; 428 static constexpr const char *folderhierarchy = "mail.folderhierarchy";
429}; 429};
430namespace Contact {
431 static constexpr const char *contact = "contact";
432 static constexpr const char *storage = "contact.storage";
433};
430}; 434};
431 435
432namespace SpecialPurpose { 436namespace SpecialPurpose {