diff options
Diffstat (limited to 'worker/jmap/cache/gob.go')
-rw-r--r-- | worker/jmap/cache/gob.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/worker/jmap/cache/gob.go b/worker/jmap/cache/gob.go index 8b153c50..f1b8be33 100644 --- a/worker/jmap/cache/gob.go +++ b/worker/jmap/cache/gob.go @@ -6,12 +6,10 @@ import ( "git.sr.ht/~rockorager/go-jmap/mail/email" "git.sr.ht/~rockorager/go-jmap/mail/mailbox" - "git.sr.ht/~rockorager/go-jmap/mail/thread" ) type jmapObject interface { *email.Email | - *thread.Thread | *email.QueryResponse | *mailbox.Mailbox | *FolderContents | |