diff options
| author | Amin Bandali <bandali@gnu.org> | 2019-07-21 19:01:57 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2019-07-21 19:01:57 -0400 | 
| commit | 859ba2a0c8ef22e5425064ec3d6336e4a5c05831 (patch) | |
| tree | c248886e0f7c9f538d6649648b421d7173ad4868 | |
| parent | 930ff31cba078333a63f39061aec57adad3294f5 (diff) | |
| download | configs-859ba2a0c8ef22e5425064ec3d6336e4a5c05831.tar.gz configs-859ba2a0c8ef22e5425064ec3d6336e4a5c05831.tar.xz configs-859ba2a0c8ef22e5425064ec3d6336e4a5c05831.zip  | |
emacs: gnus: add atreus list
Diffstat (limited to '')
| -rw-r--r-- | .emacs.d/init.el | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6b10ce0..21847d8 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1719,6 +1719,7 @@ For disabling the behaviour for certain buffers and/or modes."                                   (list ".*haskell-art.we.lurk.org" "l.haskell.art")                                   (list ".*haskell-cafe.haskell.org" "l.haskell.cafe")                                   ;; other +                                 (list ".*atreus.freelists.org" "l.atreus")                                   (list ".*deepspec.lists.cs.princeton.edu" "l.deepspec")                                   (list ".*notmuch.notmuchmail.org" "l.notmuch")                                   (list ".*dev.lists.parabola.nu" "l.parabola.dev") @@ -1752,7 +1753,10 @@ For disabling the behaviour for certain buffers and/or modes."               (nnimap-user "abandali@csc.uw.local")))     gnus-message-archive-group "nnimap+shemshak:Sent"     gnus-parameters -   '(("l\\.deepspec" +   '(("l\\.atreus" +      (to-address . "atreus@freelists.org") +      (to-list    . "atreus@freelists.org")) +     ("l\\.deepspec"        (to-address . "deepspec@lists.cs.princeton.edu")        (to-list    . "deepspec@lists.cs.princeton.edu")        (list-identifier . "\\[deepspec\\]"))  | 
