summaryrefslogtreecommitdiffstats
path: root/common/domain/mail.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/mail.fbs')
-rw-r--r--common/domain/mail.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/mail.fbs b/common/domain/mail.fbs
index 737a671..2099692 100644
--- a/common/domain/mail.fbs
+++ b/common/domain/mail.fbs
@@ -22,6 +22,7 @@ table Mail {
22 sent:bool = false; 22 sent:bool = false;
23 messageId:string; 23 messageId:string;
24 parentMessageId:string; 24 parentMessageId:string;
25 fullPayloadAvailable:bool = false;
25} 26}
26 27
27root_type Mail; 28root_type Mail;