aboutsummaryrefslogtreecommitdiffstats
path: root/worker/maildir/search.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/maildir/search.go')
-rw-r--r--worker/maildir/search.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/maildir/search.go b/worker/maildir/search.go
index 8a19d66d..90c84087 100644
--- a/worker/maildir/search.go
+++ b/worker/maildir/search.go
@@ -5,7 +5,7 @@ import (
"runtime"
"sync"
- "git.sr.ht/~rjarry/aerc/log"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/worker/lib"
"git.sr.ht/~rjarry/aerc/worker/types"
)