diff options
Diffstat (limited to 'commands/account/export-mbox.go')
-rw-r--r-- | commands/account/export-mbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/export-mbox.go b/commands/account/export-mbox.go index 53f22d87..021eecc6 100644 --- a/commands/account/export-mbox.go +++ b/commands/account/export-mbox.go @@ -11,8 +11,8 @@ import ( "git.sr.ht/~rjarry/aerc/app" "git.sr.ht/~rjarry/aerc/commands" "git.sr.ht/~rjarry/aerc/lib" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/lib/xdg" - "git.sr.ht/~rjarry/aerc/log" mboxer "git.sr.ht/~rjarry/aerc/worker/mbox" "git.sr.ht/~rjarry/aerc/worker/types" ) |