From 94b72c17294ebb09ad9635129cdf4d0237dd7377 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 29 Dec 2017 13:15:33 +0100 Subject: Change the default for fullPayloadAvailable When creating new messages the default should be that the full payload is available. Not having the payload available is a specialcase used by the imap resource. --- common/domain/mail.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 { sent:bool = false; messageId:string; parentMessageId:string; - fullPayloadAvailable:bool = false; + fullPayloadAvailable:bool = true; } root_type Mail; -- cgit v1.2.3