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-config.5.scd | 5 +++++ doc/aerc.1.scd | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 36ac9c6..c309f2f 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -402,6 +402,11 @@ Note that many of these configuration options are written for you, such as Default: none +*postpone* + Specifies the folder to save *postpone*d messages to. + + Default: Drafts + *source* Specifies the source for reading incoming emails on this account. This key is required for all accounts. It should be a connection string, and the diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index d2e52a9..230361d 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 v1.2.3