summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-12 01:58:45 +0100
committerjao <jao@gnu.org>2021-07-12 01:58:45 +0100
commit82e25efbc71e881614d3f4cc4db60a8648627a68 (patch)
treee85c04c2ade4a4974fa716c69ceac4cca0dd4bf3 /gnus.org
parente23cd6e357938d0982db094d3e3682e5f66c5f9a (diff)
downloadelibs-82e25efbc71e881614d3f4cc4db60a8648627a68.tar.gz
elibs-82e25efbc71e881614d3f4cc4db60a8648627a68.tar.bz2
nits
Diffstat (limited to 'gnus.org')
-rw-r--r--gnus.org5
1 files changed, 2 insertions, 3 deletions
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"))))