Add [a]ttach to the review message prompts
This commit is contained in:
parent
6fed04bb9f
commit
d8518909cc
|
@ -540,7 +540,7 @@ func newReviewMessage(composer *Composer, err error) *reviewMessage {
|
|||
} else {
|
||||
// TODO: source this from actual keybindings?
|
||||
grid.AddChild(ui.NewText(
|
||||
"Send this email? [y]es/[n]o/[e]dit")).At(0, 0)
|
||||
"Send this email? [y]es/[n]o/[e]dit/[a]ttach")).At(0, 0)
|
||||
grid.AddChild(ui.NewText("Attachments:").
|
||||
Reverse(true)).At(1, 0)
|
||||
if len(composer.attachments) == 0 {
|
||||
|
|
Loading…
Reference in New Issue