[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnimap-0.3.13 vs. UWash
> It does `sort of' work w/ my UWash imapd
> *w/o* explicit definition of nnimap-list-pattern
> -> it starts reading everything below my home directory.
> But how does an nnimap-list-pattern look like,
> if the mail folders lie under ~/iMail ?
I use the UWash server and have no problems.  Try:
(setq gnus-secondary-select-methods
  '((nnimap 
     "hayek"
     (nnimap-server-address "hayek5.derwent.co.uk")
     (nnimap-list-pattern ("INBOX" "iMail/*")))))
-Jim