From d5526368825c5bbfe204d08d5de3d2069976596d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 8 Sep 2015 22:28:38 +0200 Subject: A folder dummy folder facade and a folder property for mails. Mails in inbox! --- 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 654f49c..13aa36d 100644 --- a/common/domain/mail.fbs +++ b/common/domain/mail.fbs @@ -2,6 +2,7 @@ namespace Akonadi2.ApplicationDomain.Buffer; table Mail { uid:string; + folder:string; sender:string; senderName:string; subject:string; -- cgit v1.2.3