summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r--common/domain/applicationdomaintype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h
index 72ac480..12a9e56 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -210,6 +210,7 @@ struct SINK_EXPORT Mail : public Entity {
210 SINK_REFERENCE_PROPERTY(Folder, Folder, folder); 210 SINK_REFERENCE_PROPERTY(Folder, Folder, folder);
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}; 214};
214 215
215/** 216/**