summaryrefslogtreecommitdiff
path: root/commands/msg/read.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/read.go')
-rw-r--r--commands/msg/read.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/msg/read.go b/commands/msg/read.go
index 95becf7..d2484d4 100644
--- a/commands/msg/read.go
+++ b/commands/msg/read.go
@@ -7,10 +7,10 @@ import (
"git.sr.ht/~sircmpwn/getopt"
- "git.sr.ht/~sircmpwn/aerc/lib"
- "git.sr.ht/~sircmpwn/aerc/models"
- "git.sr.ht/~sircmpwn/aerc/widgets"
- "git.sr.ht/~sircmpwn/aerc/worker/types"
+ "git.sr.ht/~rjarry/aerc/lib"
+ "git.sr.ht/~rjarry/aerc/models"
+ "git.sr.ht/~rjarry/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/worker/types"
)
type FlagMsg struct{}