Erika Pacholleck <[EMAIL PROTECTED]> said something to this effect on 09/20/2001:
> Now however this does not work, mutts index keeps black (no it
> is not black text on black bg ;) ) although the status lines
> already indicates the correct size, but no messages counted.
mbox files are separated by "\nFrom " (basically).
> The headers contain these lines
> >From xxx
> Date: bbb
> From: xx
> Subject: aaa
Those lines that begin with ">From " should be "From ".
> I thought, this should be enough but apparently it is not. And
> also vim does not recognize this file as a mail file.
If you are using vim, open the file and do:
:%s/^>From /From /
That should make vim recognize it as a mail file.
> I tried already to add some other headers to see whether I can
> get this working somehow before running it through any processing
> but no chance. So I would appreciate if someone has an idea what
> to keep my eyes on. Thanks.
Good luck.
(darren)
--
(1) Everything depends.
(2) Nothing is always.
(3) Everything is sometimes.