summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/domain/mail.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domain/mail.fbs b/common/domain/mail.fbs
index 2099692..d1205df 100644
--- a/common/domain/mail.fbs
+++ b/common/domain/mail.fbs
@@ -22,7 +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 fullPayloadAvailable:bool = true;
26} 26}
27 27
28root_type Mail; 28root_type Mail;