From f240cfd72c42ab596158232c82982966f96bbbe7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 21 Mar 2016 02:20:34 +0000 Subject: [PATCH] dot/gnus-local.el.distorted: Set primary newsserver to chiark for now. Vampire is still down (mostly because I haven't tried bringing it up again) and anyway it's sometimes useful to be able to read chiark's specific groups. I expect this stanza to (a) change to connect to chiark (or some other newsserver carrying chiark.*) directly, and (b) be demoted to a secondary select method at some point. --- dot/gnus-local.el.distorted | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dot/gnus-local.el.distorted b/dot/gnus-local.el.distorted index b4b0037..4a27e56 100644 --- a/dot/gnus-local.el.distorted +++ b/dot/gnus-local.el.distorted @@ -18,6 +18,16 @@ '(("mail.distorted.org.uk" 587 "" "")))) ;;;-------------------------------------------------------------------------- +;;; News via chiark. + +;; Currently we assume an SSH tunnel. This will be fixed later. +(setq gnus-select-method + '(nntp "chiark-ssh-kludge" + (nntp-open-connection-function nntp-open-authinfo-kludge) + (nntp-address "localhost:10119") + (nntp-authinfo-generic "md5cookie1way chiark"))) + +;;;-------------------------------------------------------------------------- ;;; Where we get mail from. ;; Read mail on the IMAP server. -- 2.11.0