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 --- config/binds.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/binds.conf') diff --git a/config/binds.conf b/config/binds.conf index 9e23ab91..ff067e56 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -113,6 +113,7 @@ $ex = # Keybindings used when reviewing a message to be sent y = :send n = :abort +v = :preview p = :postpone q = :choose -o d discard abort -o p postpone postpone e = :edit -- cgit