aerc/config
Chris Vittal f9bba3d17d Apply relevant msglist styles in order
Allow styles to be layered over a base style. The list of styles to
apply is layered over the base style in order, such that if the layer
does not differ from the base it is not used. The order that these
styles are applied in is, from first to last:

msglist_default
msglist_unread
msglist_read    (exclusive with unread, so technically the same level)
msglist_flagged
msglist_deleted
msglist_marked

So, msglist_marked style dominates.

This fixes an issue where the msglist_deleted style was not being applied.
2020-11-01 09:50:58 +01:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
aerc.conf.in Implement style configuration. 2020-08-06 21:42:06 +02:00
bindings.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
bindings_test.go Implement key bindings subsystem 2019-03-15 01:31:23 -04:00
binds.conf Add postpone command 2020-04-24 12:59:21 -04:00
config.go Apply relevant msglist styles in order 2020-11-01 09:50:58 +01:00
default_styleset Fix color scheme for deleted emails 2020-08-31 09:06:13 +02:00
style.go Apply relevant msglist styles in order 2020-11-01 09:50:58 +01:00
triggers.go refactor ParseMessageFormat to use a ctx object 2020-10-14 08:42:26 +02:00