diff options
Diffstat (limited to 'commands/msg/bounce.go')
-rw-r--r-- | commands/msg/bounce.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/bounce.go b/commands/msg/bounce.go index 46445bdd..d999007d 100644 --- a/commands/msg/bounce.go +++ b/commands/msg/bounce.go @@ -13,8 +13,8 @@ import ( "git.sr.ht/~rjarry/aerc/app" "git.sr.ht/~rjarry/aerc/commands" "git.sr.ht/~rjarry/aerc/commands/mode" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/lib/send" - "git.sr.ht/~rjarry/aerc/log" "git.sr.ht/~rjarry/aerc/worker/types" ) |