aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-09-19 00:36:40 +0200
committerRobin Jarry <robin@jarry.cc>2023-09-19 22:57:44 +0200
commit1bed235b38e72dc97a0233617873415945698bfd (patch)
tree63ded41d7d39897acb121dc13f2da1f6ad747ea2
parentcec90ba9f087221b674ce27d4f13270516df75ee (diff)
downloadaerc-1bed235b38e72dc97a0233617873415945698bfd.tar.gz
aerc-1bed235b38e72dc97a0233617873415945698bfd.zip
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 <robin@jarry.cc> Reviewed-by: Bence Ferdinandy <bence@ferdinandy.com>
-rw-r--r--doc/aerc.1.scd11
1 files changed, 11 insertions, 0 deletions
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).
_<body>_: The initial message body.
+*:recover* [*-f*] [*-e*|*-E*] _<file>_
+ 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 _<file>_ 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* [_<options>_] _<terms>_...
Similar to *:search*, but filters the displayed messages to only the search
results. The search syntax is dependent on the underlying backend.