diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-09 12:41:54 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-09 12:42:26 +0100 |
commit | 45aaa4a4b2a0718d6e23dd5ac8a5c594d774e949 (patch) | |
tree | 469a8b635285e25b53712aa22c69749dda563954 /common | |
parent | c5e3f33870d6da2d68bb2ed3cc120524b06f56e9 (diff) | |
download | sink-45aaa4a4b2a0718d6e23dd5ac8a5c594d774e949.tar.gz sink-45aaa4a4b2a0718d6e23dd5ac8a5c594d774e949.zip |
Dav cleanup
Diffstat (limited to 'common')
-rw-r--r-- | common/domain/applicationdomaintype.h | 4 |
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 | }; |
430 | namespace Contact { | ||
431 | static constexpr const char *contact = "contact"; | ||
432 | static constexpr const char *storage = "contact.storage"; | ||
433 | }; | ||
430 | }; | 434 | }; |
431 | 435 | ||
432 | namespace SpecialPurpose { | 436 | namespace SpecialPurpose { |