> David Stern wrote: >Hi, > >My fetchmail, sendmail, and procmail configuration has passed initial >testing for use with ppp and imap (my isp recomends imap over pop3), >though it's not been automated or tweaked as of yet. > >I have one important issue to resolve: when I view my email in exmh (57 >messages), I found that all my messages were concatenated into a single >message.
I'd say you're using mbox (all messages in a single file) format whereas exmh wants mh folder format (each folder is a directory, messages are in individual files named 1, 2 etc). You have to set up mh maildir (usually ~/Mail) and folder(s) in there (default is inbox: ~/Mail/inbox), and tell procmail to deliver there, eg. :0w:~/Mail/inbox/.mh_sequences.LCK * ^TO<filter-expr>.* | /usr/lib/mh/rcvstore +inbox see procmail manpages and docs for details. HTH -- Dimitri if replying to a Usenet posting, reply to emaziuk at curtin dot edu dot au -------------------------------- The views expressed above (hereafter, views) are mine and ownership remains with me. They are provided "as is" without expressed or implied warranty of any kind, including, but not limited to, the implied warranties of the suitability of the views for any purpose. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .