summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-10-09 12:39:46 +0200
committerfpi2020-10-09 12:39:46 +0200
commitca4ad42a6a66da5ea4cc1ac80399b010e705febe (patch)
tree3214eb0446344d57959f065ec0a20b0acebcaa09
parentReenable org-roam-bibex & fix bibtex paths (diff)
parentAdd nnrss to ignored gnus registry groups (diff)
Merge branch 'gnus+' into emacs
-rw-r--r--gnus.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnus.org b/gnus.org
index 4f5a600..aebf113 100644
--- a/gnus.org
+++ b/gnus.org
@@ -237,7 +237,8 @@ Remove some groups from being saved to the registry
#+begin_src emacs-lisp
(setq gnus-registry-split-strategy 'majority)
(setq gnus-registry-ignored-groups
- '(("^nnreddit" t)
+ '(("^nnrss" t)
+ ("^nnreddit" t)
("^nntp" t)
("delayed$" t)
("drafts$" t)