1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-02-22 14:53:57 +01:00
aerc/commands/msg
Robin Jarry 4c7a22c179 composer: add flag to go directly to review screen
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>
2025-01-23 22:11:39 +01:00
..
archive.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
bounce.go jmap: handle copy-to and :send -t 2024-12-21 17:02:31 +01:00
copy.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
delete.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
envelope.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
fold.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
forward.go composer: add flag to go directly to review screen 2025-01-23 22:11:39 +01:00
invite.go composer: add flag to go directly to review screen 2025-01-23 22:11:39 +01:00
mark.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
modify-labels.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
move.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
pipe.go pipe: fix panic when backend fails to parse message 2024-12-21 17:14:17 +01:00
read.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
recall.go composer: add flag to go directly to review screen 2025-01-23 22:11:39 +01:00
reply.go composer: add flag to go directly to review screen 2025-01-23 22:11:39 +01:00
toggle-thread-context.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
toggle-threads.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
unsubscribe.go composer: add flag to go directly to review screen 2025-01-23 22:11:39 +01:00
unsubscribe_test.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
utils.go treewide: replace uint32 uids with opaque strings 2024-08-28 12:06:01 +02:00