unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Joe Casadonte" <jcasadonte@northbound-train.com>
Subject: Re: RSS Aggregator for Gnus 5.8.8?
Date: Wed, 20 Aug 2003 14:06:45 -0400	[thread overview]
Message-ID: <uada4td8q.fsf@terrapin.northbound-train.com> (raw)
In-Reply-To: v9n0e4mpyd.fsf@marauder.physik.uni-ulm.de

On Wed, 20 Aug 2003, Reiner Steib wrote:

> Are you saying that you _could_ use ~/.authinfo with the same IMAP
> server and with different user names with Gnus 5.8.8?  I can hardly
> imagine that, because the code of `nnimap-open-connection' is the
> same in 5.8.8 and 5.10.2.

Yes, unless I patched it then, too.  But that was more than a year
ago.

Hmmm, what I have in 5.8.8 is slightly different than the pre-patched
version of 5.10.2:

,----[ 5.8.8 ]
| (alist (gnus-netrc-machine list (or nnimap-server-address
| 									server nnimap-address)
| 						   port "imap"))
`----


,----[ 5.10.2 pre-patch ]
| (alist (gnus-netrc-machine list (or nnimap-server-address
| 									nnimap-address server)
| 						   port "imap"))
`----


,----[ 5.10.2 post-patch ]
| (alist (or (gnus-netrc-machine list server port "imap")
| 		   (gnus-netrc-machine list
| 							   (or nnimap-server-address
| 								   nnimap-address)
| 							   port "imap")))
`----

It's possible that I could have changed it at some point; I really
don't remember.  It only worked with IMAP as a foreign server, IIRC,
not as a secondary server.

HTH!

--
Regards,

joe
Joe Casadonte
jcasadonte@northbound-train.com

------------------------------------------------------------------------------
         Llama Fresh Farms => http://www.northbound-train.com
   Gay Media Resource List => http://www.northbound-train.com/gaymedia.html
            Perl for Win32 => http://www.northbound-train.com/perlwin32.html
               Emacs Stuff => http://www.northbound-train.com/emacs.html
          Music CD Trading => http://www.northbound-train.com/cdr.html
------------------------------------------------------------------------------
                       Live Free, that's the message!
------------------------------------------------------------------------------

  reply	other threads:[~2003-08-20 18:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14 17:58 RSS Aggregator for Gnus 5.8.8? Joe Casadonte
2003-08-17 16:56 ` Kai Großjohann
2003-08-18 23:35   ` Joe Casadonte
2003-08-20 13:14     ` Reiner Steib
2003-08-20 18:06       ` Joe Casadonte [this message]
2003-08-20 22:04         ` Reiner Steib

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=uada4td8q.fsf@terrapin.northbound-train.com \
    --to=jcasadonte@northbound-train.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 read-only IMAP folder(s) and NNTP newsgroup(s).