summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-11-19 19:21:35 +0000
committerjao <jao@gnu.org>2021-11-19 19:22:16 +0000
commit46c7e4ae9e5d884e1e436336cc85fd23d31833b5 (patch)
tree3f0ffcb3c30aaf1873ddaae6cce7772e2dddd38b /gnus.org
parentc908561549499ba42d3d6b62a830fbd7fabeab37 (diff)
downloadelibs-46c7e4ae9e5d884e1e436336cc85fd23d31833b5.tar.gz
elibs-46c7e4ae9e5d884e1e436336cc85fd23d31833b5.tar.bz2
nits
Diffstat (limited to 'gnus.org')
-rw-r--r--gnus.org11
1 files changed, 7 insertions, 4 deletions
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"