diff options
Diffstat (limited to 'common/domain/mail.fbs')
-rw-r--r-- | common/domain/mail.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
11 | important:bool = false; | 11 | important:bool = false; |
12 | mimeMessage:string; | 12 | mimeMessage:string; |
13 | draft:bool = false; | 13 | draft:bool = false; |
14 | trash:bool = false; | ||
14 | } | 15 | } |
15 | 16 | ||
16 | root_type Mail; | 17 | root_type Mail; |