diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/account/compose.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/account/compose.go b/commands/account/compose.go index 62bf11d3..d4128db6 100644 --- a/commands/account/compose.go +++ b/commands/account/compose.go @@ -30,6 +30,9 @@ func (Compose) Execute(aerc *widgets.Aerc, args []string) error { return err } acct := aerc.SelectedAccount() + if template == "" { + template = aerc.Config().Templates.NewMessage + } composer, err := widgets.NewComposer(aerc, acct, aerc.Config(), acct.AccountConfig(), acct.Worker(), |