diff options
author | Robin Jarry <robin@jarry.cc> | 2024-06-10 21:22:45 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-06-23 22:07:09 +0200 |
commit | a37ae231061e027233dc159900846f75c32a6d18 (patch) | |
tree | 5bcf1da929eb20e8d15746a05b3985c994106983 /doc/aerc-binds.5.scd | |
parent | 74cea6b5191d6d34cd4282840e05aa0970120341 (diff) | |
download | aerc-a37ae231061e027233dc159900846f75c32a6d18.tar.gz |
binds: allow per folder sections for the message viewer
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 <mcepl@cepl.eu>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Matěj Cepl <mcepl@cepl.eu>
Diffstat (limited to 'doc/aerc-binds.5.scd')
-rw-r--r-- | doc/aerc-binds.5.scd | 1 |
1 files changed, 1 insertions, 0 deletions
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_*]* |