diff options
Diffstat (limited to 'commands/msg/copy.go')
-rw-r--r-- | commands/msg/copy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/copy.go b/commands/msg/copy.go index ed963707..cd13421f 100644 --- a/commands/msg/copy.go +++ b/commands/msg/copy.go @@ -8,7 +8,7 @@ import ( "git.sr.ht/~rjarry/aerc/app" "git.sr.ht/~rjarry/aerc/commands" "git.sr.ht/~rjarry/aerc/lib" - "git.sr.ht/~rjarry/aerc/log" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/models" "git.sr.ht/~rjarry/aerc/worker/types" ) |