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
vimin mutt, don't they get opened as plain text? You could also set an entry inmailcapto open them with your text editor if they are attachments. – jasonwryan May 15 '12 at 2:49