From bd83db9f83dff1cc717f9a6b4a2feab05031458a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 2 Jul 2026 16:24:15 +0200 Subject: Add support for `mu4e-related-face' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As introduced by commit cdd02566648b ("mu4e: Show 'related' messages with mu4e-related-face"), which happened after the last commit that I have related to mu4e (i.e. c2236e4a1c62 ("Use the proper color for the mu4e-ok-face")). I should really pay attention to new defface's when updating some important packages like mu4e, as this one is really useful and I was really confused on mu4e headers and long threads. Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soria-theme.el b/soria-theme.el index 6c4dd2b..f0fa44b 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1352,6 +1352,9 @@ The theme has to be reloaded after changing anything in this group." `(mu4e-moved-face ((,class (:inherit font-lock-comment-face :slant italic)))) + `(mu4e-related-face + ((,class (:inherit font-lock-comment-face :weight normal)))) + `(mu4e-ok-face ((,class (:inherit font-lock-preprocessor-face :slant normal :weight normal)))) -- cgit v1.2.3