summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 761cd04f..636cbca3 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3493,10 +3493,10 @@ mutt's review view, after exiting EDITOR."
nil `((nnselect-specs . ,specs)
(nnselect-always-regenerate . t)
(nnselect-rescan . t)))
- ;; Manual recommends keeping mail groups on levels 1 and 2. We have
- ;; browse groups higher for `gnus-group-best-unread-group'. Then `.'
- ;; to jump to the first processing group, `,' to jump to the first
- ;; browse group.
+ ;; Manual recommends keeping mail groups on levels 1 and 2.
+ ;; We have browse groups higher for `gnus-group-best-unread-group'.
+ ;; Then `.' to jump to the first processing group, `,' to jump to
+ ;; the first browse group.
do (gnus-group-set-subscription
nname (if (string-prefix-p "Process-" name) 2 1)))
(gnus-group-set-subscription "nnmaildir+fmail:notes" 2)