diff options
Diffstat (limited to 'common/domain')
-rw-r--r-- | common/domain/applicationdomaintype.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index e9f11ba..e581e07 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -338,6 +338,14 @@ namespace Mail { | |||
338 | }; | 338 | }; |
339 | }; | 339 | }; |
340 | 340 | ||
341 | namespace SpecialPurpose { | ||
342 | namespace Mail { | ||
343 | static constexpr const char *inbox = "inbox"; | ||
344 | static constexpr const char *drafts = "drafts"; | ||
345 | static constexpr const char *trash = "trash"; | ||
346 | }; | ||
347 | }; | ||
348 | |||
341 | /** | 349 | /** |
342 | * All types need to be registered here an MUST return a different name. | 350 | * All types need to be registered here an MUST return a different name. |
343 | * | 351 | * |