~sircmpwn/aerc

d8518909cc888b46ee16804498a71667195f2409 — Drew DeVault 5 years ago 6fed04b
Add [a]ttach to the review message prompts
1 files changed, 1 insertions(+), 1 deletions(-)

M widgets/compose.go
M widgets/compose.go => widgets/compose.go +1 -1
@@ 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 {