diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-24 11:17:53 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-24 11:17:53 -0500 |
commit | 1402bb0bc46532720f7b2458289fd53a0c61a1f7 (patch) | |
tree | c85dbdd92d13f5dabc7e6e52f2f49c2c693687bc | |
parent | enable mpdupdate and playlist in beets (diff) |
drop tilde.team from gnus
-rw-r--r-- | dot_emacs.tmpl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 24a85f7..26befa0 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -364,13 +364,7 @@ Extended Format date in the date field and return it as a string obeing (gnus-secondary-select-methods '((nntp "news.gmane.io") (nnimap "imap.rak.ac") - (nnimap "mail.cs.mcgill.ca") - (nntp "tilde.team" - (nntp-address "localhost") - (nntp-via-address "tilde.team") - (nntp-via-rlogin-command "ssh") - (nntp-via-rlogin-command-switches ("-C")) - (nntp-open-connection-function nntp-open-via-rlogin-and-netcat)))) + (nnimap "mail.cs.mcgill.ca"))) (gnus-parameters '(("^nntp+.*" (address . "rak@rak.ac")) ("^nnimap+imap\\.rak\\.ac:.*" |