diff options
Diffstat (limited to 'common/domain/mail.fbs')
-rw-r--r-- | common/domain/mail.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/mail.fbs b/common/domain/mail.fbs index a0c0d82..f14e9f1 100644 --- a/common/domain/mail.fbs +++ b/common/domain/mail.fbs | |||
@@ -13,6 +13,8 @@ table Mail { | |||
13 | draft:bool = false; | 13 | draft:bool = false; |
14 | trash:bool = false; | 14 | trash:bool = false; |
15 | sent:bool = false; | 15 | sent:bool = false; |
16 | messageId:string; | ||
17 | parentMessageId:string; | ||
16 | } | 18 | } |
17 | 19 | ||
18 | root_type Mail; | 20 | root_type Mail; |