diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-15 17:05:20 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-15 17:05:20 +0100 |
commit | 1710fab0965d32b883dfcc327c36d3fd38a91357 (patch) | |
tree | 1ba0d5d4728ff6405846a99549293a4b4c69da25 /common | |
parent | 62d74778fa315091c5f0b99093bd806a1ccd7a79 (diff) | |
download | sink-1710fab0965d32b883dfcc327c36d3fd38a91357.tar.gz sink-1710fab0965d32b883dfcc327c36d3fd38a91357.zip |
A read-only maildir resource.
Respectively a first prototype thereof.
Diffstat (limited to 'common')
-rw-r--r-- | common/domain/mail.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/mail.fbs b/common/domain/mail.fbs index 13aa36d..17b29a0 100644 --- a/common/domain/mail.fbs +++ b/common/domain/mail.fbs | |||
@@ -9,6 +9,7 @@ table Mail { | |||
9 | date:string; | 9 | date:string; |
10 | unread:bool = false; | 10 | unread:bool = false; |
11 | important:bool = false; | 11 | important:bool = false; |
12 | mimeMessage:string; | ||
12 | } | 13 | } |
13 | 14 | ||
14 | root_type Mail; | 15 | root_type Mail; |