From a37ae231061e027233dc159900846f75c32a6d18 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 10 Jun 2024 21:22:45 +0200 Subject: binds: allow per folder sections for the message viewer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow creating [view:folder=FooBar] in binds.conf. Changelog-added: Per folder key bindings can now be defined for the message viewer. Requested-by: Matěj Cepl Signed-off-by: Robin Jarry Tested-by: Matěj Cepl --- doc/aerc-binds.5.scd | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/aerc-binds.5.scd b/doc/aerc-binds.5.scd index de8f436c..4dbc6c61 100644 --- a/doc/aerc-binds.5.scd +++ b/doc/aerc-binds.5.scd @@ -72,6 +72,7 @@ You may also configure account specific key bindings for each context: Folder and context-specific bindings can be configured for message lists: *[messages:folder=*_FolderName_*]*++ +*[view:folder=*_FolderName_*]*++ *[compose:folder=*_FolderName_*]*++ *[compose::editor:folder=*_FolderName_*]*++ *[compose::review:folder=*_FolderName_*]* -- cgit