diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-10 17:54:00 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-10 17:54:27 -0500 |
commit | c2f9e8516466de39a9bf977b766959e8f9554237 (patch) | |
tree | eff3e4b525c8ad0b49f6ff838401d77d490f5daf | |
parent | e27fcb673104f7e0bd4466a50ddc9cf003fcb5c6 (diff) | |
download | configs-c2f9e8516466de39a9bf977b766959e8f9554237.tar.gz configs-c2f9e8516466de39a9bf977b766959e8f9554237.tar.xz configs-c2f9e8516466de39a9bf977b766959e8f9554237.zip |
[emacs/gnus] always display my inbox groups
-rw-r--r-- | init.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |