summaryrefslogtreecommitdiffstats
path: root/common/domain/folder.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/folder.fbs')
-rw-r--r--common/domain/folder.fbs1
1 files changed, 1 insertions, 0 deletions
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;
3table Folder { 3table Folder {
4 name:string; 4 name:string;
5 parent:string; 5 parent:string;
6 icon:string;
6} 7}
7 8
8root_type Folder; 9root_type Folder;