From 20554d8460e96a408cfd779e1158dec78b639028 Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Sun, 23 Oct 2022 21:27:10 +0200 Subject: composer: add message preview Add message preview to the composer. Add preview option to the review window. Open the message in a message viewer before sending to check the headers and attachments. Implements: https://todo.sr.ht/~rjarry/aerc/86 Signed-off-by: Koni Marti Acked-by: Robin Jarry --- doc/aerc.1.scd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/aerc.1.scd') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 2c062816..9fe1dd59 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -83,9 +83,11 @@ These commands work in any context. *Note*: commands executed in this way are not executed with the shell. *eml* [] +*preview* Opens an eml file and displays the message in the message viewer. - Can also be used in the message viewer to open an rfc822 attachment. + Can also be used in the message viewer to open an rfc822 attachment or + in the composer to preview the message. *pwd* Displays aerc's current working directory in the status bar. -- cgit