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 0d11e32..addc7c4 100644 --- a/common/domain/mail.fbs +++ b/common/domain/mail.fbs | |||
@@ -10,6 +10,7 @@ table Mail { | |||
10 | unread:bool = false; | 10 | unread:bool = false; |
11 | important:bool = false; | 11 | important:bool = false; |
12 | mimeMessage:string; | 12 | mimeMessage:string; |
13 | draft:bool = false; | ||
13 | } | 14 | } |
14 | 15 | ||
15 | root_type Mail; | 16 | root_type Mail; |