summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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,