From d2305f14fced3afdbda2b5a8f2a270ae91d79ae1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 4 Dec 2015 11:29:32 +0100 Subject: Added mail and folder properties --- common/domain/folder.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/folder.fbs') diff --git a/common/domain/folder.fbs b/common/domain/folder.fbs index 3476d58..31dc32a 100644 --- a/common/domain/folder.fbs +++ b/common/domain/folder.fbs @@ -3,6 +3,7 @@ namespace Akonadi2.ApplicationDomain.Buffer; table Folder { name:string; parent:string; + icon:string; } root_type Folder; -- cgit v1.2.3