1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2026-02-25 05:35:24 +01:00
aerc/config
Sahil Gautam cb2ea2be4a viewer: add support for special headers styling
Now the user is able to customize the recipients name, email, subject
and date headers style in the message viewer's header by customizing the
'realname', 'email', 'subject' and 'date' style objects respectively.

Draw individual components of header fields according to the configured
styleset.

Changelog-added: New styleset objects available to customize special
 headers in the message viewer.
Signed-off-by: Sahil Gautam <printfdebugging@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2026-02-13 09:08:31 +01:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
accounts.go account: move reconnection backoff logic to UI layer 2026-02-09 14:46:27 +01:00
aerc.conf ui: allow centering the message viewer and composer 2026-02-10 11:11:33 +01:00
binds.conf compose: remove confusing bindings to switch accounts 2025-12-11 21:33:48 +01:00
binds.go wizard: enable c-x key binding to enter command mode 2026-02-09 14:48:43 +01:00
binds_test.go binds: fix format of special keys 2025-01-24 09:28:09 +01:00
cmds.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
columns.go config: remove deprecated settings 2024-01-08 00:07:51 +01:00
compose.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
config.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
converters.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
filters.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
general.go config: create temporary-directory if it does not exist 2025-11-02 18:01:13 +01:00
hooks.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
openers.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
parse.go treewide: run go modernize 2025-12-20 18:06:30 +01:00
reload.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
statusline.go reload: fix crash when reloading via IPC 2025-09-23 14:02:37 +02:00
style.go viewer: add support for special headers styling 2026-02-13 09:08:31 +01:00
style_test.go style: add back support for valid header patterns 2025-01-16 20:55:16 +01:00
templates.go templates: add missing methods to TemplateData interface 2026-01-07 11:10:49 +01:00
ui.go ui: allow centering the message viewer and composer 2026-02-10 11:11:33 +01:00
viewer.go viewer: add html-inline-images option 2025-12-04 13:52:37 +01:00