How should one open .eml files in linux ? I'm not sure if mutt can handle it ?
UPDATE
I worked it out partially , by creating a new mailbox:
mkdir -p a/{cur,tmp,new}
And place the eml file in a/cur , I could read it with:
mutt -f
But that's not exactly what I want yet