diff options
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 12a9e56..928ea58 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -211,6 +211,7 @@ struct SINK_EXPORT Mail : public Entity { | |||
211 | SINK_BLOB_PROPERTY(MimeMessage, mimeMessage); | 211 | SINK_BLOB_PROPERTY(MimeMessage, mimeMessage); |
212 | SINK_PROPERTY(bool, Draft, draft); | 212 | SINK_PROPERTY(bool, Draft, draft); |
213 | SINK_PROPERTY(bool, Trash, trash); | 213 | SINK_PROPERTY(bool, Trash, trash); |
214 | SINK_PROPERTY(bool, Sent, sent); | ||
214 | }; | 215 | }; |
215 | 216 | ||
216 | /** | 217 | /** |