[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 0.92 not splitting
M McIlrath <mbm@alba.mit.edu> writes:
> (setq gnus-secondary-select-methods
> '((nnimap
> "mtl"
> (nnimap-address "mtl.mit.edu")
> (setq nnimap-split-inbox '("INBOX"))
> (nnimap-list-pattern ("INBOX" ("/mail/folders/mbm/" .
> "mail.*"))))))
Did that really work with 0.38? The filter stuff aren't server
variables so you should try replacing the above with something like:
(setq gnus-secondary-select-methods '((nnimap "mtl"
(nnimap-address "mtl.mit.edu")
(nnimap-list-pattern ...))))
(setq nnimap-split-inbox '("INBOX")
nnimap-split-rule
'(("/mail/folders/mbm/mail.nnimap" "Nnimap Mailing List")
...))
I'll try to add some examples of complete nnimap configurations (with
splitting) to the manual.