diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/msg/forward.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/forward.go b/commands/msg/forward.go index 9cc13c00..c8e04f17 100644 --- a/commands/msg/forward.go +++ b/commands/msg/forward.go @@ -94,7 +94,7 @@ func (forward) Execute(aerc *widgets.Aerc, args []string) error { tab := aerc.NewTab(composer, subject) if !h.Has("to") { - composer.FocusRecipient() + composer.FocusEditor("to") } else { composer.FocusTerminal() } |