i configured procmail to put the messages in ~/.maildir and with less i can read messages in there. mutt is also configured to use this directory and was compiled with USE=mbox.
.procmailrc
Code: Select all
MAILDIR=$HOME/.maildir
[...]Code: Select all
set mbox_type=mbox
set folder=~/.maildir
mailboxes =defaultany ideas what might be going wrong?

