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

Re: imap patches for nnir



Claus Bendtsen <Claus.Bendtsen@uni-c.dk> writes:

> I'm new to nnir -- but anyway I can't get it to NOT search everything
> -- i.e. the marking seems to be ignored (besides from that searching
> works fine). I'm using cyrus 1.5.14,
> nnimap-0.93, nnir 1.42 and added the following to my .gnus

As Kai said, use the one at http://www.extundo.com/nnimap/nnir.el for
now.

> (setq nnimap-list-pattern '("INBOX" "imap/*"))

This is a server variable, you should set it when you define your
server. Something like this:

(setq gnus-secondary-select-methods 
      '((nnimap "myserver"
                (nnimap-list-pattern ("INBOX" "imap/*")))
        ...))

-s