aboutsummaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index d44624d..3f1a39f 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -110,7 +110,7 @@ type DirectoryInfo struct {
type DirectoryContents struct {
Message
- Uids []uint64
+ Uids []uint32
}
type MessageInfo struct {
@@ -120,5 +120,5 @@ type MessageInfo struct {
InternalDate time.Time
Mail *mail.Message
Size uint32
- Uid uint64
+ Uid uint32
}