From 1bed235b38e72dc97a0233617873415945698bfd Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Tue, 19 Sep 2023 00:36:40 +0200 Subject: docs: add :recover command This command was not documented. Make it so. Fixes: cdec23323c64 ("recover: recover emails from tempdir after a crash") Signed-off-by: Robin Jarry Reviewed-by: Bence Ferdinandy --- doc/aerc.1.scd | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 440cfc29..774014a5 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -365,6 +365,17 @@ message list, the message in the message viewer, etc). __: The initial message body. +*:recover* [*-f*] [*-e*|*-E*] __ + Resume composing a message that was not sent nor postponed. The file may + not contain header data unless *[compose].edit-headers* was enabled when + originally composing the aborted message. + + *-f*: Delete the __ after opening the composer. + + *-e*: Forces *[compose].edit-headers* = _true_ for this message only. + + *-E*: Forces *[compose].edit-headers* = _false_ for this message only. + *:filter* [__] __... Similar to *:search*, but filters the displayed messages to only the search results. The search syntax is dependent on the underlying backend. -- cgit