From 3cd714161591bf6f8871f9382085da4ecb54064d Mon Sep 17 00:00:00 2001
From: jao <jao@gnu.org>
Date: Tue, 26 Jul 2022 19:40:29 +0100
Subject: gnus notification nits

---
 custom/jao-custom-gnus.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el
index d012773..1ba2192 100644
--- a/custom/jao-custom-gnus.el
+++ b/custom/jao-custom-gnus.el
@@ -312,13 +312,15 @@
                  (directory-files mail-source-directory nil "feeds")
                  (seq-difference '("feeds.trove")))))
     `(("nnml:bigml.inbox" "B" jao-themes-f00)
+      ("nnml:bigml.alba" "A" jao-themes-f00)
       ("nnml:bigml.bugs" "b" jao-themes-error)
       ("nnml:bigml.support" "S" default)
       ("nnml:jao.inbox" "I" jao-themes-f01)
       ("nnml:bigml.[^ibs]" "W" jao-themes-dimm)
       ("nnml:jao.[^ist]" "J" jao-themes-dimm)
       (,(format "^nnml:%s" (regexp-opt feeds)) "F" jao-themes-dimm)
-      ("^gmane" "G" jao-themes-dimm)
+      ("^gmane\\.[^e]" "G" jao-themes-dimm)
+      ("^gmane\\.e" "E" jao-themes-dimm)
       ("nnml:local" "l" jao-themes-dimm))))
 
 (defun jao-gnus--unread-counts ()
-- 
cgit v1.2.3