From 511fea39449b6db551151da86d914bf7ab3b3713 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 20 May 2019 16:42:44 -0400 Subject: Flesh out multipart switcher --- lib/msgstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msgstore.go') diff --git a/lib/msgstore.go b/lib/msgstore.go index 827d7cb..6ab7fc2 100644 --- a/lib/msgstore.go +++ b/lib/msgstore.go @@ -90,7 +90,7 @@ func (store *MessageStore) FetchFull(uids []uint32, cb func(io.Reader)) { } func (store *MessageStore) FetchBodyPart( - uid uint32, part int, cb func(io.Reader)) { + uid uint32, part []int, cb func(io.Reader)) { store.worker.PostAction(&types.FetchMessageBodyPart{ Uid: uid, -- cgit v1.2.3