aerc/widgets
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
..
account-wizard.go show error if account view creation fails 2020-08-10 08:00:34 +02:00
account.go Add support for :rmdir 2020-08-19 11:38:57 +02:00
aerc.go show error if account view creation fails 2020-08-10 08:00:34 +02:00
common.go widgets: add msgInfoFromUids helper 2019-12-21 09:27:47 -05:00
compose.go Implement style configuration. 2020-08-06 21:42:06 +02:00
dirlist.go dirlist: fix empty row if dir is added 2020-09-08 07:48:55 +02:00
exline.go Implement style configuration. 2020-08-06 21:42:06 +02:00
getpasswd.go Implement style configuration. 2020-08-06 21:42:06 +02:00
headerlayout.go Initial support for PGP decryption & signatures 2020-03-03 16:49:52 -05:00
msglist.go Apply relevant msglist styles in order 2020-11-01 09:50:58 +01:00
msgviewer.go Make mimetype check consistent across cases 2020-09-07 07:27:15 +02:00
pgpinfo.go Implement style configuration. 2020-08-06 21:42:06 +02:00
providesmessage.go Change MarkedMessages to return uids 2020-05-11 09:47:34 -04:00
selector.go Implement style configuration. 2020-08-06 21:42:06 +02:00
spinner.go Implement style configuration. 2020-08-06 21:42:06 +02:00
status.go Implement style configuration. 2020-08-06 21:42:06 +02:00
tabhost.go Implement style configuration. 2020-08-06 21:42:06 +02:00
terminal.go Use stdout as controlling terminal 2020-05-06 10:26:15 -04:00