chiark / gitweb /
dot/gnus-local.el.distorted: Set primary newsserver to chiark for now.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 21 Mar 2016 02:20:34 +0000 (02:20 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 21 Mar 2016 02:20:34 +0000 (02:20 +0000)
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

index b4b00370cd66cef5636888313f67a93eeae77000..4a27e560d9c86416beee14d71073c33271172a4b 100644 (file)
           smtpmail-starttls-credentials
           '(("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.