aboutsummaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/models.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go
index 7642579a..d5a6bd61 100644
--- a/models/models.go
+++ b/models/models.go
@@ -244,6 +244,7 @@ type OriginalMail struct {
Text string
MIMEType string
RFC822Headers *mail.Header
+ Folder string
}
type SignatureValidity int32