diff options
Diffstat (limited to 'widgets/aerc.go')
-rw-r--r-- | widgets/aerc.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/aerc.go b/widgets/aerc.go index 8f744b4c..faec403e 100644 --- a/widgets/aerc.go +++ b/widgets/aerc.go @@ -734,7 +734,8 @@ func (aerc *Aerc) Mailto(addr *url.URL) error { defer ui.Invalidate() composer, err := NewComposer(aerc, acct, - acct.AccountConfig(), acct.Worker(), template, h, nil, + acct.AccountConfig(), acct.Worker(), + config.Compose.EditHeaders, template, h, nil, strings.NewReader(body)) if err != nil { return err |