From 7f033278eb3afc3b9ae2dca28efe8d4a3514d14a Mon Sep 17 00:00:00 2001 From: Jeffas Date: Fri, 24 Apr 2020 11:42:21 +0200 Subject: Add postpone command This command uses the Postpone folder from the account config to save messages to. Messages are saved as though they were sent so have a valid 'to' recipient address and should be able to be read back in for later editing. --- doc/aerc.1.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/aerc.1.scd') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index d2e52a95..230361db 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -299,6 +299,10 @@ message list, the message in the message viewer, etc). *next-field*, *prev-field* Cycles between input fields in the compose window. +*postpone* + Saves the current state of the message to the *postpone* folder for the + current account. + *save* [-p] Saves the selected message part to the specified path. If -p is selected, aerc will create any missing directories in the specified path. If the path -- cgit