summaryrefslogtreecommitdiffstats
path: root/common/domain/mail.fbs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-10 15:06:08 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-10 15:06:08 +0100
commitd785bd2f3960ba5ac9f72a12ce27e314c99939cb (patch)
treebd8d02c14902950842710fb83ab3e28e232f100e /common/domain/mail.fbs
parent8e84c8a78b7e308cc2b09241af649851036d11de (diff)
downloadsink-d785bd2f3960ba5ac9f72a12ce27e314c99939cb.tar.gz
sink-d785bd2f3960ba5ac9f72a12ce27e314c99939cb.zip
Remember if we have all of the data or only the headers.
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;