>>>>> "BZL" == Bruce Z Lysik writes: BZL> Hi guys. BZL> I decided to change my MTA, and went about installing qmail. Things BZL> appeared to have went fine with the installation. BZL> Next I wanted to make gnus read from my Maildir as a mail source. So BZL> I stuck (setq mail-sources '((file) (maildir))) into my .gnus.el. BZL> On starting up gnus I got the error: Wrong type argument: BZL> integer-or-marker-p, nil BZL> Thinking there's something wrong with my mail-sources, I comment it BZL> out, and do what I think is setting my .gnus.el back to normal. BZL> Unforunately I /STILL/ get the error. Kinda serious. BZL> I turned on debug-on-exit. Here's the result of the backtrace when I BZL> try to enter gnus: I guess you got a bad mail which does not contain "\n\n" (maybe an empty file). Anyway, I found a typo in nnmail-process-maildir-mail-format. Hope this patch solve your problem. BTW, gnu.emacs.gnus is wrong place to post bug about pgnus. Send it to ding@gnus.org. Shenghuo 1999-09-09 Shenghuo ZHU * nnmail.el (nnmail-process-maildir-mail-format): Typo.