diff options
| author | Amin Bandali <bandali@gnu.org> | 2023-02-26 23:31:27 -0500 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2023-02-26 23:31:27 -0500 | 
| commit | 9d3e290041382bd77f3e58d75dfd760420fe4d57 (patch) | |
| tree | 64740ecd95bc7234f7f117719927f9e86fdb7390 | |
| parent | 8d2509621f333e2fd04b936ac48954c464bf6570 (diff) | |
| download | configs-9d3e290041382bd77f3e58d75dfd760420fe4d57.tar.gz configs-9d3e290041382bd77f3e58d75dfd760420fe4d57.tar.xz configs-9d3e290041382bd77f3e58d75dfd760420fe4d57.zip  | |
* .emacs.d/lisp/bandali-gnus.el: Restore gnus-user-agent to its former glory.
Diffstat (limited to '')
| -rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 63c7c00..445fe84 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -185,6 +185,8 @@         '(list . "list-id\\|list-post\\|x-mailing-list\\|x-beenthere\\|x-loop")         t))) +  (setq gnus-user-agent '(emacs gnus type)) +    ;; (require 'gnus-registry)    ;; (setq gnus-registry-max-entries 2500)    ;; (setq gnus-registry-ignored-groups  | 
