diff options
author | jao <jao@gnu.org> | 2024-08-20 03:01:38 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-08-20 03:01:38 +0100 |
commit | 6f38018d109390da7b2eb4b9a0012d7887d23c32 (patch) | |
tree | 4cc9bda7b495f7fb861b4e4d6ee0fa7b01e44044 | |
parent | b1b4212cd6e1e2f1d0b0f34157ceb392cbb9e956 (diff) | |
download | elibs-6f38018d109390da7b2eb4b9a0012d7887d23c32.tar.gz elibs-6f38018d109390da7b2eb4b9a0012d7887d23c32.tar.bz2 |
gnus: notification nit
-rw-r--r-- | custom/jao-custom-gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index e5a1762..0d75b43 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -590,7 +590,7 @@ ("nnml:bigml\\.bugs" "b" jao-themes-error) ("nnml:bigml\\.support" "S" default) ("nnml:jao\\.\\(inbox\\|trove\\)" "I" jao-themes-f01) - ("nnml:bigml\\.[^ibs]" "W" jao-themes-dimm) + ("nnml:bigml\\.[^aibs]" "W" jao-themes-dimm) ("nnml:jao.hacking" "H" jao-themes-dimm) ("nnml:jao.write" "W" jao-themes-error) ("nnml:jao.[^isthw]" "J" jao-themes-dimm) |