From d785bd2f3960ba5ac9f72a12ce27e314c99939cb Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 10 Jan 2017 15:06:08 +0100 Subject: Remember if we have all of the data or only the headers. --- common/domain/mail.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/mail.fbs') 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 { sent:bool = false; messageId:string; parentMessageId:string; + fullPayloadAvailable:bool = false; } root_type Mail; -- cgit v1.2.3