From bd64dd286ddc0c5732b9977f78dc945ac40f5b4f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 14 Jun 2016 13:25:21 +0200 Subject: Prepared trash test --- common/domain/applicationdomaintype.h | 1 + common/domain/mail.fbs | 1 + 2 files changed, 2 insertions(+) (limited to 'common') 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 { SINK_REFERENCE_PROPERTY(Folder, Folder, folder); SINK_BLOB_PROPERTY(MimeMessage, mimeMessage); SINK_PROPERTY(bool, Draft, draft); + SINK_PROPERTY(bool, Trash, trash); }; /** diff --git a/common/domain/mail.fbs b/common/domain/mail.fbs index addc7c4..3a84ca1 100644 --- a/common/domain/mail.fbs +++ b/common/domain/mail.fbs @@ -11,6 +11,7 @@ table Mail { important:bool = false; mimeMessage:string; draft:bool = false; + trash:bool = false; } root_type Mail; -- cgit v1.2.3