Gnus development mailing list
 help / color / mirror / Atom feed
From: Toby Speight <streapadair@gmx.net>
Subject: Re: second(ary) imap server
Date: 16 Mar 2001 22:21:31 +0000	[thread overview]
Message-ID: <s8snkde4no.fsf@lanber.cam.eu.citrix.com> (raw)
In-Reply-To: Andreas Muck's message of "16 Mar 2001 18:46:19 +0100"

0> In article <m3g0gdy5ck.fsf@mantuzo.chapulin.de>,
0> Andreas Muck <URL:mailto:ml@chapulin.de> ("Andreas") wrote:

Andreas> Toby Speight <streapadair@gmx.net> writes:

>> Well change the entry with a DNS name to two entries with the
>> nnimap names, then.  Is is so difficult?

Andreas> No. But it doesn't WORK with the nnimap name.  I tried it
Andreas> before posting of course.

It's supposed to work; here's the code in nnimap.el
(nnimap-open-connection):

> (and (fboundp 'gnus-parse-netrc)
>            (setq list (gnus-parse-netrc nnimap-authinfo-file)
>                  alist (or (and (gnus-netrc-get
>                                  (gnus-netrc-machine list server) "machine")
>                                 (gnus-netrc-machine list server))
>                            (gnus-netrc-machine list nnimap-address))
>                  user (gnus-netrc-get alist "login")
>                  passwd (gnus-netrc-get alist "password")))

If you single-step this function with edebug, you should find what's
going wrong.  Ensure that `server' is the name you've written in the
file.


  parent reply	other threads:[~2001-03-16 22:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-10 22:24 Andreas Muck
2001-03-10 22:46 ` Kai Großjohann
2001-03-10 23:07   ` Andreas Muck
2001-03-10 23:34     ` Kai Großjohann
2001-03-11 19:11   ` Andreas Oeldenberger
2001-03-11 19:48     ` Kai Großjohann
2001-03-11 23:14       ` Andreas Oeldenberger
2001-03-12 20:29         ` Kai Großjohann
2001-03-12 21:41           ` Andreas Oeldenberger
2001-03-14 10:22             ` Kai Großjohann
2001-03-16 12:48               ` Andreas Muck
2001-03-16 16:28                 ` Kai Großjohann
2001-03-16 17:10                   ` Andreas Muck
2001-03-16 17:27                     ` Toby Speight
2001-03-16 17:46                       ` Andreas Muck
2001-03-16 19:03                         ` David S. Goldberg
2001-03-16 22:21                         ` Toby Speight [this message]
2001-03-16 21:42                     ` Kai Großjohann
2001-03-16 12:34         ` Andreas Muck
2001-03-16 16:26           ` Kai Großjohann
2001-03-16 12:26     ` Andreas Muck

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=s8snkde4no.fsf@lanber.cam.eu.citrix.com \
    --to=streapadair@gmx.net \
    /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).