Some little tricks with mutt
again. By default mutt doesn't forward MIME attachments in the email, and it previously involved a laborious process of saving each file (in the current directory) and reattaching the file (from the users mail directory, which involves traversing the directory structure). So a quick
google solves this issue entitled "
How do I forward a message including attachments?"
In your ~/.muttrc file (create it if it isn't there already), add these two settings:
set mime_forward=yes
set mime_forward_rest=yes
Done. Less hassle.
yk.