aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/observer.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/imap/observer.go')
-rw-r--r--worker/imap/observer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/imap/observer.go b/worker/imap/observer.go
index 7a604a1a..d3106cd1 100644
--- a/worker/imap/observer.go
+++ b/worker/imap/observer.go
@@ -6,7 +6,7 @@ import (
"sync"
"time"
- "git.sr.ht/~rjarry/aerc/log"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/worker/types"
"github.com/emersion/go-imap"
)