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

Re: nnimap-0.3.13 vs. UWash



>>>>> "JR" == Jim Radford <radford@robby.caltech.edu> writes:

    >> 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 ?

    JR> I use the UWash server and have no problems.  Try:

    JR> (setq gnus-secondary-select-methods
    JR>   '((nnimap 
    JR>      "hayek"
    JR>      (nnimap-server-address "hayek5.derwent.co.uk")
    JR>      (nnimap-list-pattern ("INBOX" "iMail/*")))))

Thanks. You are right, it works this way.

But why the h... is "INBOX" necessary, if I don't actually have one?
(I'm using procmail there, so there is no single INBOX.)