From f7830858bd3b07a1631ee289db0023ac8c68c537 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 20 Jan 2019 17:15:14 -0500 Subject: [PATCH] [emacs/gnus] fix and improve gnus-permanently-visible-groups regexp typo fix: remove extraneous opening paren improve: rule out partial folder matches for the two cases --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index acab560..8a0f52e 100644 --- a/init.org +++ b/init.org @@ -2372,7 +2372,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (use-feature gnus-group :config - (setq gnus-permanently-visible-groups "\\((INBOX\\|gnu$\\)")) + (setq gnus-permanently-visible-groups "\\(:INBOX$\\|:gnu$\\)")) (use-feature mm-decode :config -- 2.20.1