summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-14 12:19:23 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-04-14 12:19:25 +0800
commitca6d82ee4dc01d52e9fedb299d2bfd4b78dc61af (patch)
treebf804f7cdaa921894c5d0df6f1d860c52065bdbc
parent5b7f25fef5d356ba04e71d53c38b6bfa5f32ed88 (diff)
downloaddotfiles-ca6d82ee4dc01d52e9fedb299d2bfd4b78dc61af.tar.gz
unsubscribe from nnselect:Process-Weekend for the time being
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
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,