From 065da5e37230976d85d163a6f682eddb9345aede Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 14 May 2019 15:25:30 -0400 Subject: Add $EDITOR, internal config for compose --- commands/account/compose.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/account/compose.go b/commands/account/compose.go index c9be17a..10be9ae 100644 --- a/commands/account/compose.go +++ b/commands/account/compose.go @@ -18,7 +18,7 @@ func Compose(aerc *widgets.Aerc, args []string) error { return errors.New("Usage: compose") } acct := aerc.SelectedAccount() - composer := widgets.NewComposer(acct.AccountConfig()) + composer := widgets.NewComposer(aerc.Config(), acct.AccountConfig()) // TODO: Change tab name when message subject changes aerc.NewTab(composer, runewidth.Truncate( "New email", 32, "…")) -- cgit v1.2.3