diff options
Diffstat (limited to 'commands/account/reply.go')
-rw-r--r-- | commands/account/reply.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/reply.go b/commands/account/reply.go index 06f93f1..e5b7679 100644 --- a/commands/account/reply.go +++ b/commands/account/reply.go @@ -14,7 +14,7 @@ import ( "github.com/emersion/go-imap" "git.sr.ht/~sircmpwn/getopt" - "git.sr.ht/~sircmpwn/aerc2/widgets" + "git.sr.ht/~sircmpwn/aerc/widgets" ) func init() { |