From 3b79e0d0f77164370ed625a00263db6bc842aae7 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 22 Feb 2020 23:12:35 -0500 Subject: add tilde.team to nntp gnus --- .emacs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 4918432..c3138f5 100644 --- a/.emacs +++ b/.emacs @@ -233,7 +233,13 @@ Extended Format date in the date field and return it as a string obeing (gnus-secondary-select-methods '((nntp "news.gmane.io") (nntp "news.eternal-september.org") - (nntp "nntp.olduse.net"))) + ; (nntp "nntp.olduse.net") + (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)))) (message-citation-line-function 'message-insert-formatted-citation-line) (gnus-update-message-archive-method t) (gnus-message-archive-method -- cgit v1.2.3