From ca6d82ee4dc01d52e9fedb299d2bfd4b78dc61af Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 14 Apr 2024 12:19:23 +0800 Subject: unsubscribe from nnselect:Process-Weekend for the time being --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4fdc7b09..87dde3cd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -3496,6 +3496,9 @@ unread." nname (if (string-prefix-p "Process-" name) 2 1))) (gnus-group-set-subscription "nnmaildir+fmail:notes" 2) + ;; Process-Weekday/Process-Weekend distinction not currently in use. + (gnus-group-set-subscription "nnselect:Process-Weekend" 7) + ;; Finally, group buffer setup. If we want to add groups other than ;; my nnselect groups to topics, we might have starting values ;; `spw/gnus-topic-topology' and `spw/gnus-topic-alist' in .gnus.el, -- cgit v1.2.3