From 46c7e4ae9e5d884e1e436336cc85fd23d31833b5 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 19 Nov 2021 19:21:35 +0000 Subject: nits --- gnus.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'gnus.org') diff --git a/gnus.org b/gnus.org index 7ba4d17..29e1dab 100644 --- a/gnus.org +++ b/gnus.org @@ -245,13 +245,16 @@ ("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\\|^gwene" "G" jao-themes-dimm) + ("^gmane" "G" jao-themes-dimm) ("nnml:local" "l" jao-themes-dimm)))) (defun jao-gnus--unread-counts () (seq-reduce (lambda (r g) (let ((n (gnus-group-unread (car g)))) - (if (and (numberp n) (> n 0)) (cons (cons (car g) n) r) r))) + (if (and (numberp n) (> n 0)) + (prog1 (cons (cons (car g) n) r) + (gnus-message 7 "%s in %s" n g)) + r))) gnus-newsrc-alist ())) @@ -445,7 +448,7 @@ (expiry-wait . 1) (expiry-target . delete)) ("nnml:jao\\..*" - (jao-gnus--trash-group "nnml:jao.trash") + (jao-gnus--trash-group "nnml:trash") (jao-gnus--spam-group "nnml:spam") (jao-gnus--archiving-group "nnml:jao.trove")) ("nnml:\\(jao\\|bigml\\)\\.\\(trash\\|spam\\)" @@ -459,7 +462,7 @@ (gcc-self . t)) ("nnml:bigml\\..*" (posting-style (address "jao@bigml.com")) - (jao-gnus--trash-group "nnml:jao.trash") + (jao-gnus--trash-group "nnml:trash") (jao-gnus--spam-group "nnml:spam") (jao-gnus--archiving-group "nnml:bigml.trove")) ("nnml:bigml\\.inbox" -- cgit v1.2.3