Add $EDITOR, internal config for compose
This commit is contained in:
parent
9b2612eaf2
commit
065da5e372
4 changed files with 30 additions and 6 deletions
commands/account
|
@ -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, "…"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue