summaryrefslogtreecommitdiffstats
path: root/common/domain/mail.fbs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-17 17:34:34 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-17 17:34:34 +0200
commit207effdd7112141ad4fc5cdd46f332870a0c065c (patch)
treeb750cbecda149b4a4ae86eb156e59f4a070bbb5c /common/domain/mail.fbs
parentb2f52e3ffc5b2305f5275f18376daac7612f2e7b (diff)
downloadsink-207effdd7112141ad4fc5cdd46f332870a0c065c.tar.gz
sink-207effdd7112141ad4fc5cdd46f332870a0c065c.zip
A working mailtransport resource
Diffstat (limited to 'common/domain/mail.fbs')
-rw-r--r--common/domain/mail.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/mail.fbs b/common/domain/mail.fbs
index 3a84ca1..a0c0d82 100644
--- a/common/domain/mail.fbs
+++ b/common/domain/mail.fbs
@@ -12,6 +12,7 @@ table Mail {
12 mimeMessage:string; 12 mimeMessage:string;
13 draft:bool = false; 13 draft:bool = false;
14 trash:bool = false; 14 trash:bool = false;
15 sent:bool = false;
15} 16}
16 17
17root_type Mail; 18root_type Mail;