Gnus development mailing list
 help / color / mirror / Atom feed
* Switching to nnimap
@ 2000-09-26 16:47 Tony Lam
  2000-09-26 17:21 ` Simon Josefsson
  0 siblings, 1 reply; 7+ messages in thread
From: Tony Lam @ 2000-09-26 16:47 UTC (permalink / raw)


Hi,

I'm trying to switching to nnimap with the latest gnus from CVS and
need help for a few things.

Here's my nnimap entries in gnus-secondary-select-methods

,----
| (add-to-list 'gnus-secondary-select-methods
| 	     '(nnimap "imapserver"
| 		      (nnimap-address "imapserver.eng.sun.com")
| 		      (nnimap-list-pattern '("INBOX" ("Mail/nnimap/" . "*")))
| 		      (nnimap-username tonyl)
| 		      ))
| 
| (add-to-list 'gnus-secondary-select-methods
| 	     '(nnimap ""
| 		      (nnimap-address "imapserver.eng.sun.com")
| 		      (nnimap-list-pattern '("INBOX" ("Mail/nnimap/" . "*")))
| 		      (nnimap-username tonyl)
| 		      ))
`----

  * they're both actually pointing to the same imap server, but I got
    "server denied" for the 2nd entry (nnimap "" ...), so I have to
    use the first one which resulting long group names
    "nnimap+imapserver:Mail/nnimap/..." instead of
    "nnimap:Mail/nnimap/.." that I like.

  * nnimap-list-pattern in the above entries doesn't seem to be used,
    I have to set a global one outside select-method to make nnimap
    use it.

  * nnimap-username is not used regardless it's being set inside the
    select-method or globally. 

Are they the way supposed to work and there's something I missed? 

TIA.

-- 
Tony




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-09-26 23:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-26 16:47 Switching to nnimap Tony Lam
2000-09-26 17:21 ` Simon Josefsson
2000-09-26 17:49   ` Tony Lam
2000-09-26 19:44   ` Tony Lam
2000-09-26 20:21     ` Simon Josefsson
2000-09-26 23:24       ` Tony Lam
2000-09-26 21:02   ` Tony Lam

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).