How to setup a nntp server that needs user and password?

2011-03-24 Thread Leo
Hello, In the *server* how to add a nntp server (I want to use news.eternal-september.org) that requires user and password? Thanks. Leo ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-englis

Re: How to setup a nntp server that needs user and password?

2011-03-24 Thread David Kastrup
Leo writes: > Hello, > > In the *server* how to add a nntp server (I want to use > news.eternal-september.org) that requires user and password? Put the required info into ~/.authinfo. Something like machine news.eternal-september.org login Leo password Supersecret force yes -- David Kastrup

Re: How to setup a nntp server that needs user and password?

2011-03-24 Thread Leo
On 2011-03-24 16:29 +0800, David Kastrup wrote: > Put the required info into ~/.authinfo. Something like > > machine news.eternal-september.org login Leo password Supersecret force yes Thanks, David, for this. Oddly put it in .authinfo.gpg does not work. Leo __

Re: How to setup a nntp server that needs user and password?

2011-03-24 Thread Rud1ger Sch1erz
Leo writes: > On 2011-03-24 16:29 +0800, David Kastrup wrote: >> Put the required info into ~/.authinfo. Something like >> >> machine news.eternal-september.org login Leo password Supersecret force yes > > Thanks, David, for this. > > Oddly put it in .authinfo.gpg does not work. (setq nntp-auth

Re: How to setup a nntp server that needs user and password?

2011-03-24 Thread Leo
On 2011-03-24 17:53 +0800, Rud1ger Sch1erz wrote: > (setq nntp-authinfo-file "~/.authinfo.gpg") Thanks. Leo ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: How to setup a nntp server that needs user and password?

2011-03-24 Thread Tassilo Horn
Leo writes: Hi Leo, > In the *server* how to add a nntp server (I want to use > news.eternal-september.org) that requires user and password? I think it should just work, if you put a line like machine news.eternal-september.org login XXX password XXX force yes into your ~/.authinfo or ~/.au

Re: How to setup a nntp server that needs user and password?

2011-03-24 Thread Tassilo Horn
Leo writes: Hi Leo, > Oddly put it in .authinfo.gpg does not work. Does it work with (setq nntp-authinfo-file "~/.authinfo.gpg") Bye, Tassilo ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info

Re: How to setup a nntp server that needs user and password?

2011-03-24 Thread Leo
On 2011-03-24 18:05 +0800, Tassilo Horn wrote: > (setq nntp-authinfo-file "~/.authinfo.gpg") Yes. Leo ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: How to setup a nntp server that needs user and password?

2011-03-24 Thread Ted Zlatanov
On Thu, 24 Mar 2011 17:35:02 +0800 Leo wrote: L> On 2011-03-24 16:29 +0800, David Kastrup wrote: >> Put the required info into ~/.authinfo. Something like >> >> machine news.eternal-september.org login Leo password Supersecret force yes L> Thanks, David, for this. L> Oddly put it in .authinf

Re: split-fancy-with-parent

2011-03-24 Thread Vincent Beffara
VB> PS: BTW, now "B t" to test where a message would end up consistenty VB> answers "mail.misc" even on a message that was correctly split. And VB> respooling with "B r" fails saying VB> wrong type argument: stringp, nil VB> But I can live with that. TZ> I haven't looked at that code in a lng