From 82e25efbc71e881614d3f4cc4db60a8648627a68 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 12 Jul 2021 01:58:45 +0100 Subject: nits --- gnus.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnus.org') diff --git a/gnus.org b/gnus.org index 7430913..79f19df 100644 --- a/gnus.org +++ b/gnus.org @@ -363,8 +363,7 @@ (setq jao-gnus--get-count (1+ jao-gnus--get-count)) (gnus-group-get-new-news (max (if (= 1 jao-gnus--get-count) 4 3) (or arg 0)))) - ;; To limit expiration to the `g' count, `jao-gnus--get-count': - ;; (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles) + ;; (define-key gnus-group-mode-map "g" 'jao-gnus-get-new-news) (defun jao-gnus-restart-servers () @@ -394,7 +393,7 @@ (format (concat "^nnimap:\\(" "\\(bigml/%s\\)\\|" "\\(jao/%s\\)\\|" - "\\(feeds/.+\\)\\|trash\\|spam\\|local" + "\\(feeds/.*\\)\\|trash\\|spam\\|local" "\\)") (regexp-opt '("reports" "deploys" "lists" "drivel" "bugs")) (regexp-opt '("think" "drivel" "lists")))) -- cgit v1.2.3