From 55bcca4a31f29d58f2cc07dc0b17e2fd7da5f590 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Mon, 25 Sep 2023 09:07:44 -0500 Subject: commands: add :toggle-thread-context command Add a command to toggle the display of an thread-context. Update CHANGELOG. Signed-off-by: Tim Culverhouse Tested-by: Inwit Acked-by: Robin Jarry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9b3f2a..0897c6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). temporary file from which selected files will be read instead of the standard output. - Save drafts in custom folders with `:postpone -t `. +- View "thread-context" in notmuch backends with `:toggle-thread-context`. ### Fixed -- cgit