aboutsummaryrefslogtreecommitdiff
path: root/commands/msg/forward.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/forward.go')
-rw-r--r--commands/msg/forward.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/forward.go b/commands/msg/forward.go
index 92575abd..ed0043fe 100644
--- a/commands/msg/forward.go
+++ b/commands/msg/forward.go
@@ -100,7 +100,7 @@ func (forward) Execute(aerc *widgets.Aerc, args []string) error {
addTab := func() (*widgets.Composer, error) {
composer, err := widgets.NewComposer(aerc, acct,
- acct.AccountConfig(), acct.Worker(), template, h, &original)
+ acct.AccountConfig(), acct.Worker(), template, h, &original, nil)
if err != nil {
aerc.PushError("Error: " + err.Error())
return nil, err