aboutsummaryrefslogtreecommitdiffstats
path: root/worker/jmap/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/jmap/worker.go')
-rw-r--r--worker/jmap/worker.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/worker/jmap/worker.go b/worker/jmap/worker.go
index 0b1c57ae..67553272 100644
--- a/worker/jmap/worker.go
+++ b/worker/jmap/worker.go
@@ -38,10 +38,9 @@ type JMAPWorker struct {
allMail string
}
- w *types.Worker
- client *jmap.Client
- cache *cache.JMAPCache
- accountId jmap.ID
+ w *types.Worker
+ client *jmap.Client
+ cache *cache.JMAPCache
selectedMbox jmap.ID
dir2mbox map[string]jmap.ID