diff options
| -rw-r--r-- | custom/jao-custom-gnus.el | 4 | 
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 ()  | 
