summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-gnus.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-26 19:40:29 +0100
committerjao <jao@gnu.org>2022-07-26 19:40:29 +0100
commit3cd714161591bf6f8871f9382085da4ecb54064d (patch)
treed8891f55d7edbfcce9d3cd8b4ee248eb7d0f4ad4 /custom/jao-custom-gnus.el
parent495b6e2d95b76807b5e53b8d3f2bf6177fcea3e3 (diff)
downloadelibs-3cd714161591bf6f8871f9382085da4ecb54064d.tar.gz
elibs-3cd714161591bf6f8871f9382085da4ecb54064d.tar.bz2
gnus notification nits
Diffstat (limited to 'custom/jao-custom-gnus.el')
-rw-r--r--custom/jao-custom-gnus.el4
1 files changed, 3 insertions, 1 deletions
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 ()