changeset 34:034ed479179e

new news server, needs acct/pwd in ~/.authinfo
author Henry S Thompson <ht@inf.ed.ac.uk>
date Tue, 21 Nov 2023 15:52:12 +0000
parents ce71d12b00ad
children ce8241eb1d61 642211cbf13a
files my-news.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/my-news.el	Sun Oct 08 17:42:52 2023 +0100
+++ b/my-news.el	Tue Nov 21 15:52:12 2023 +0000
@@ -1,7 +1,7 @@
 (message "my-news")
 ; (debug-on-entry 'gnus-start-news-server)
 (setq
-      gnus-select-method '(nntp "hebe.uk.clara.net")
+      gnus-select-method '(nntp "news.usenet.farm")
       gnus-post-method '(nntp "usenet.inf.ed.ac.uk")
       gnus-nntp-server nil		; override local default
       )