projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f7a366
)
[emacs/gnus] fix and improve gnus-permanently-visible-groups regexp
author
Amin Bandali
<bandali@gnu.org>
Sun, 20 Jan 2019 22:15:14 +0000
(17:15 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 20 Jan 2019 22:16:50 +0000
(17:16 -0500)
typo fix: remove extraneous opening paren
improve: rule out partial folder matches for the two cases
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
acab560
..
8a0f52e
100644
(file)
--- 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