diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2023-09-25 09:07:44 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-09-27 23:14:14 +0200 |
commit | 55bcca4a31f29d58f2cc07dc0b17e2fd7da5f590 (patch) | |
tree | e111e87e260b219cd936b326ab3f9186356a373b /doc | |
parent | 4ec1e1a5e4c74236a6d1992c8778c39fd25d847b (diff) | |
download | aerc-55bcca4a31f29d58f2cc07dc0b17e2fd7da5f590.tar.gz |
commands: add :toggle-thread-context command
Add a command to toggle the display of an thread-context. Update
CHANGELOG.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Tested-by: Inwit <inwit@sindominio.net>
Acked-by: Robin Jarry <robin@jarry.cc>
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 8515370a..b2123a54 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -503,6 +503,10 @@ message list, the message in the message viewer, etc). in *[ui].index-columns*. See *aerc-config*(5) and *aerc-templates*(7) for more details. +*:toggle-thread-context* + Toggles between showing entire thread (when supported) and only showing + messages which match the current query / mailbox. + *:view* [*-p*]++ *:view-message* [*-p*] Opens the message viewer to display the selected message. If the peek |