1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-08-21 18:02:57 +02:00
aerc/config
chupson 084b71d12f binds: throw error on unknown modifier key
Throw an error when a binding with an unknown modifier key is defined.
Previously, when a binding was defined using an unknown modifier (for
example <M-s>) aerc would return no errors and function as if that
binding was defined without the unknown modifier (`<M-s>` would act like
`s`)

Signed-off-by: chupson <chupson@chupson.dev>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-08-04 12:47:08 +02:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
accounts.go config: allow controlling whether :delete is allowed from any folder 2025-06-11 10:12:16 +02:00
aerc.conf ui: allow message split viewer to automatically mark messages as read 2025-06-11 10:12:16 +02:00
binds.conf msgview: add copy-link command 2025-02-06 13:59:24 +01:00
binds.go binds: throw error on unknown modifier key 2025-08-04 12:47:08 +02:00
binds_test.go binds: fix format of special keys 2025-01-24 09:28:09 +01:00
cmds.go compose: read VISUAL before EDITOR 2025-08-04 12:47:07 +02:00
columns.go config: remove deprecated settings 2024-01-08 00:07:51 +01:00
compose.go composer: add focus-body option 2024-11-10 18:08:40 +01:00
config.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
converters.go log: move package to lib 2024-02-14 23:04:38 +01:00
filters.go viewer: allow filters to provide their own paging 2024-12-05 10:57:11 +01:00
general.go aerc: support terminal-based pinentry programs 2024-10-12 00:12:25 +02:00
hooks.go hooks: add flag-changed 2024-04-14 11:51:00 +02:00
openers.go log: move package to lib 2024-02-14 23:04:38 +01:00
parse.go treewide: replace interface{} with any 2025-04-07 10:51:05 +02:00
reload.go config: add reload helper functions 2024-08-20 12:26:46 +02:00
statusline.go config: change default appearance 2024-02-14 23:05:06 +01:00
style.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
style_test.go style: add back support for valid header patterns 2025-01-16 20:55:16 +01:00
templates.go templates: add a template for forwaded messages 2024-08-20 11:54:34 +02:00
ui.go ui: allow message split viewer to automatically mark messages as read 2025-06-11 10:12:16 +02:00
viewer.go log: move package to lib 2024-02-14 23:04:38 +01:00