From: Amin Bandali Date: Sun, 20 Jan 2019 22:15:14 +0000 (-0500) Subject: [emacs/gnus] fix and improve gnus-permanently-visible-groups regexp X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/f7830858bd3b07a1631ee289db0023ac8c68c537 [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 --- 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