diff options
Diffstat (limited to 'common/domain/mail.fbs')
-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 654f49c..13aa36d 100644 --- a/common/domain/mail.fbs +++ b/common/domain/mail.fbs | |||
@@ -2,6 +2,7 @@ namespace Akonadi2.ApplicationDomain.Buffer; | |||
2 | 2 | ||
3 | table Mail { | 3 | table Mail { |
4 | uid:string; | 4 | uid:string; |
5 | folder:string; | ||
5 | sender:string; | 6 | sender:string; |
6 | senderName:string; | 7 | senderName:string; |
7 | subject:string; | 8 | subject:string; |