On 17.06.11,22:42, Joseph wrote:
> I have in my .maildir folder file name: EXITCODE==255
> 
> -rw-------  1 joseph joseph 226435 Jun 12 23:20 EXITCODE==255
> 
> it looks like collection of html emails.
> Any ideas how to retrieve this mail?
> 

Could you try to view this mailbox with

mutt -f "~/.maildir/EXITCODE==255"

To view html mails in mutt put this in ~/.mailcap:

text/html; w3m -F -dump -I %{charset} -O UTF-8 -T text/html; \
copiousoutput

and this in your ~/.muttrc:

auto_view text/html



Jostein

Reply via email to