diff options
Diffstat (limited to 'worker/lib/search.go')
-rw-r--r-- | worker/lib/search.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/lib/search.go b/worker/lib/search.go index 16e44d96..31e4843f 100644 --- a/worker/lib/search.go +++ b/worker/lib/search.go @@ -6,8 +6,8 @@ import ( "unicode" "git.sr.ht/~rjarry/aerc/lib" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/lib/rfc822" - "git.sr.ht/~rjarry/aerc/log" "git.sr.ht/~rjarry/aerc/models" "git.sr.ht/~rjarry/aerc/worker/types" "git.sr.ht/~rjarry/go-opt" |