Gnus development mailing list
 help / color / mirror / Atom feed
From: Chris Brierley <brierley@pobox.com>
Subject: Re: .authinfo support broken in Gnus 5.8.5?
Date: 24 Apr 2000 17:06:01 -0400	[thread overview]
Message-ID: <wkbt2zw6o6.fsf@pobox.com> (raw)
In-Reply-To: Steve Harris's message of "24 Apr 2000 12:50:26 -0700"

On 2000-04-24, Steve Harris <sharris@primus.com> wrote:

> Has anyone else noticed this?

I've noticed this as well.  I note in the ChangeLog that
gnus-netrc-machine was changed.  My WAG is that that's what's
broken as, for me, this problem is effecting nntp and nnimap
servers.

In fact, let me check ...  Yeah.  Here's a test with 5.8.5 which
fails and 5.8.4 which works:

,-----[ *scratch* transcript with 5.8.5
| (setq fard (gnus-parse-netrc "~/.authinfo"))
| ((("machine" . "personal") ("login" . "foobar")))
| (gnus-netrc-machine fard "personal")
| nil
`-----

,-----[ *scratch* transcript with 5.8.4
| (setq fard (gnus-parse-netrc "~/.authinfo"))
| ((("machine" . "personal") ("login" . "foobar")))
| (gnus-netrc-machine fard "personal")
| (("machine" . "personal") ("login" . "foobar"))
`-----




  reply	other threads:[~2000-04-24 21:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-24 19:50 Steve Harris
2000-04-24 21:06 ` Chris Brierley [this message]
2000-04-25  1:14   ` Shenghuo ZHU
2000-04-25 14:11     ` Chris Brierley
2000-04-25 14:49       ` Kai Großjohann
2000-04-25 15:27         ` CVS diff (Was: Re: .authinfo support broken in Gnus 5.8.5?) Pavel Janík ml.
2000-04-25 15:54           ` Kai Großjohann
2000-04-25 16:15             ` Ted Stern
2000-04-25 15:16     ` .authinfo support broken in Gnus 5.8.5? Chris Brierley
2000-04-25 11:15   ` Kai Großjohann
2000-04-25 14:06     ` Chris Brierley
2000-04-25 14:50       ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wkbt2zw6o6.fsf@pobox.com \
    --to=brierley@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).