diff options
author | Jeffas <dev@jeffas.io> | 2020-04-24 11:42:22 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-24 12:59:21 -0400 |
commit | 3102ac3680ba5fcfb126894a7b7b950b07b6c735 (patch) | |
tree | c017e43203fcadf978fd919222628581f6b11b1b /doc | |
parent | 7f033278eb3afc3b9ae2dca28efe8d4a3514d14a (diff) | |
download | aerc-3102ac3680ba5fcfb126894a7b7b950b07b6c735.tar.gz |
Add recall command
This command allows recalling the selected postponed email to edit in the composer. The command only allows recalling from the postpone directory.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 230361d..ec3f171 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -103,6 +103,10 @@ message list, the message in the message viewer, etc). *delete* Deletes the selected message. +*recall* + Opens the selected message for re-editing. Messages can only be + recalled from the postpone directory. + *forward* [-A] [address...] Opens the composer to forward the selected message to another recipient. |