From 11f0a7267fd1a9d1c6dd55e1dc044b8ed639bbc0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 14 Mar 2019 21:51:29 -0400 Subject: Implement message store side of message fetching --- worker/types/messages.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worker/types/messages.go') 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 } -- cgit v1.2.3