help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RSS Aggregator for Gnus 5.8.8?


From: Joe Casadonte
Subject: Re: RSS Aggregator for Gnus 5.8.8?
Date: Wed, 20 Aug 2003 14:06:45 -0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (windows-nt)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]