diff options
Diffstat (limited to 'commands/account/select-message.go')
-rw-r--r-- | commands/account/select-message.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/select-message.go b/commands/account/select-message.go index c9e4f8a..bd44c1b 100644 --- a/commands/account/select-message.go +++ b/commands/account/select-message.go @@ -4,7 +4,7 @@ import ( "errors" "strconv" - "git.sr.ht/~sircmpwn/aerc2/widgets" + "git.sr.ht/~sircmpwn/aerc/widgets" ) func init() { |