summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-11-10 17:54:00 -0500
committerAmin Bandali <bandali@gnu.org>2018-11-10 17:54:27 -0500
commitc2f9e8516466de39a9bf977b766959e8f9554237 (patch)
treeeff3e4b525c8ad0b49f6ff838401d77d490f5daf /init.org
parente27fcb673104f7e0bd4466a50ddc9cf003fcb5c6 (diff)
downloadconfigs-c2f9e8516466de39a9bf977b766959e8f9554237.tar.gz
configs-c2f9e8516466de39a9bf977b766959e8f9554237.tar.xz
configs-c2f9e8516466de39a9bf977b766959e8f9554237.zip
[emacs/gnus] always display my inbox groups
Diffstat (limited to '')
-rw-r--r--init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.org b/init.org
index fcb700e..4e45c0d 100644
--- a/init.org
+++ b/init.org
@@ -1864,7 +1864,9 @@ Hopefully temporary.
(setq gnus-agent-synchronize-flags 'ask)
:hook (gnus-group-mode . gnus-agent-mode))
-(use-package gnus-group)
+(use-package gnus-group
+ :config
+ (setq gnus-permanently-visible-groups "\\((INBOX\\|gnu$\\)"))
(use-package mm-decode
:config