aboutsummaryrefslogtreecommitdiffstats
path: root/worker
diff options
context:
space:
mode:
Diffstat (limited to 'worker')
-rw-r--r--worker/imap/idler.go1
-rw-r--r--worker/notmuch/worker.go2
2 files changed, 0 insertions, 3 deletions
diff --git a/worker/imap/idler.go b/worker/imap/idler.go
index 69fdc4ca..a658521a 100644
--- a/worker/imap/idler.go
+++ b/worker/imap/idler.go
@@ -25,7 +25,6 @@ type idler struct {
config imapConfig
client *imapClient
worker *types.Worker
- last time.Time
stop chan struct{}
done chan error
waiting bool
diff --git a/worker/notmuch/worker.go b/worker/notmuch/worker.go
index 2c80dbd4..dba7857d 100644
--- a/worker/notmuch/worker.go
+++ b/worker/notmuch/worker.go
@@ -17,7 +17,6 @@ import (
"time"
"git.sr.ht/~rjarry/aerc/config"
- "git.sr.ht/~rjarry/aerc/lib/uidstore"
"git.sr.ht/~rjarry/aerc/logging"
"git.sr.ht/~rjarry/aerc/models"
"git.sr.ht/~rjarry/aerc/worker/handlers"
@@ -40,7 +39,6 @@ type worker struct {
nmEvents chan eventType
query string
currentQueryName string
- uidStore *uidstore.Store
queryMapOrder []string
nameQueryMap map[string]string
db *notmuch.DB