aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview')
-rw-r--r--commands/msgview/open-link.go2
-rw-r--r--commands/msgview/open.go2
-rw-r--r--commands/msgview/save.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/commands/msgview/open-link.go b/commands/msgview/open-link.go
index e64e6e2f..9f02f795 100644
--- a/commands/msgview/open-link.go
+++ b/commands/msgview/open-link.go
@@ -7,7 +7,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"
)
type OpenLink struct {
diff --git a/commands/msgview/open.go b/commands/msgview/open.go
index 3943b21a..85005031 100644
--- a/commands/msgview/open.go
+++ b/commands/msgview/open.go
@@ -10,7 +10,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"
)
type Open struct {
diff --git a/commands/msgview/save.go b/commands/msgview/save.go
index d9320293..1a219e93 100644
--- a/commands/msgview/save.go
+++ b/commands/msgview/save.go
@@ -12,8 +12,8 @@ import (
"git.sr.ht/~rjarry/aerc/app"
"git.sr.ht/~rjarry/aerc/commands"
"git.sr.ht/~rjarry/aerc/config"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/lib/xdg"
- "git.sr.ht/~rjarry/aerc/log"
"git.sr.ht/~rjarry/aerc/models"
)