summary refs log tree commit diff stats
path: root/commands/msgview
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview')
-rw-r--r--commands/msgview/close.go2
-rw-r--r--commands/msgview/msgview.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/msgview/close.go b/commands/msgview/close.go
index 404bb1c..e388f65 100644
--- a/commands/msgview/close.go
+++ b/commands/msgview/close.go
@@ -3,7 +3,7 @@ package msgview
 import (
 	"errors"
 
-	"git.sr.ht/~sircmpwn/aerc2/widgets"
+	"git.sr.ht/~sircmpwn/aerc/widgets"
 )
 
 func init() {
diff --git a/commands/msgview/msgview.go b/commands/msgview/msgview.go
index e3db828..f0e42ad 100644
--- a/commands/msgview/msgview.go
+++ b/commands/msgview/msgview.go
@@ -1,7 +1,7 @@
 package msgview
 
 import (
-	"git.sr.ht/~sircmpwn/aerc2/commands"
+	"git.sr.ht/~sircmpwn/aerc/commands"
 )
 
 var (
r@cmpwn.com> 2019-03-15 01:31:23 -0400 Implement key bindings subsystem' href='/akspecs/aerc/commit/go.mod?h=0.5.2&id=8d20e9218ece5927d786d6e2fac5c50572fb9c81'>8d20e92 ^
d394fd1 ^
28021ed ^



513e8aa ^
28021ed ^
16c3f0a ^
8d20e92 ^
28021ed ^
3836d24 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25