Pankaj writes:

>  '(gnus-secondary-select-methods
>    '(
>      (nntp "news.gwene.org")  ; Gmane
>      (nnml "")                ; /var/spool/mail
>
> If I update the server to "news.gmane.io", will I need to modify all the
> entries in the "~/.newsrc.eld" file?

You can set the nntp-address, avoiding it defaulting to your
configuration's server name.

Eg I have:

  (nntp "gm"
        (nntp-address "news.gmane.io"))
  (nntp "fb"
        (nntp-address "feedbase.org"))

So you can go:

  (nntp "news.gwene.org"
        (nntp-address "news.gmane.io"))

and keep your entries the same, while connecting to news.gmane.io
instead.


  Best regards,

    Adam

-- 
 "Not The Same"                                             Adam Sjøgren
                                                       a...@koldfront.dk


Reply via email to