[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fetching Problems
Jake Colman <colman@ppllc.com> writes:
> 1011 LOGIN "colman" <not quoted>
I hope this wasn't your password.
First, you do have a empty second-hand regexp in `nnimap-split-rule'?
Otherwise, nnimap of coures leaves the article in the INBOX. Something
like:
(setq nnimap-split-rule '(("INBOX.gnus-imap" "From:.*gnus-imap")
("INBOX.junk" "Subject:.*buy"))
("INBOX.spam" ""))
> * 8 EXISTS
...
> 1013 UID SEARCH UNSEEN
> * SEARCH 25199 25204 25232 25262 25282 25283 25284 25285
Ok, at least the server is giving us the right information -- eight
articles in the mailbox, and 8 unseen, which all should be splitted.
Could you mail me the stuff in *nnimap-debug* after a mail split has
been done (kill the buffer, do `g', cut'n'paste buffer)? This would
give me some information about what nnimap did with the information
the server sent.
-s