mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-02-22 14:53:57 +01:00
![]() Add a new -s flag to skip opening the text editor and go directly to the review screen for all commands that open a new composer widget. Implements: https://todo.sr.ht/~rjarry/aerc/296 Changelog-added: All commands that involve composing messages (`:compose`, `:reply`, `:recall`, `:unsubscribe` and `:forward`) now have a new `-s` flag to skip opening the text editor and go directly to the review screen. Previously, this flag was restricted to calendar invitations response commands (`:accept`, `:accept-tentative` and `:decline`). Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Inwit <inwit@sindominio.net> |
||
---|---|---|
.. | ||
archive.go | ||
bounce.go | ||
copy.go | ||
delete.go | ||
envelope.go | ||
fold.go | ||
forward.go | ||
invite.go | ||
mark.go | ||
modify-labels.go | ||
move.go | ||
pipe.go | ||
read.go | ||
recall.go | ||
reply.go | ||
toggle-thread-context.go | ||
toggle-threads.go | ||
unsubscribe.go | ||
unsubscribe_test.go | ||
utils.go |