diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-10 15:06:08 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-10 15:06:08 +0100 |
commit | d785bd2f3960ba5ac9f72a12ce27e314c99939cb (patch) | |
tree | bd8d02c14902950842710fb83ab3e28e232f100e /common/domain/mail.fbs | |
parent | 8e84c8a78b7e308cc2b09241af649851036d11de (diff) | |
download | sink-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.fbs | 1 |
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 | ||
27 | root_type Mail; | 28 | root_type Mail; |