summaryrefslogtreecommitdiff
path: root/commands/msg/delete.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/delete.go')
-rw-r--r--commands/msg/delete.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/msg/delete.go b/commands/msg/delete.go
index 677a666..34eac72 100644
--- a/commands/msg/delete.go
+++ b/commands/msg/delete.go
@@ -4,10 +4,10 @@ import (
"errors"
"time"
- "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 Delete struct{}