Mutt tips
My .muttrc
sending JUST attachments, from the command line/scripts
echo | mutt -s $subject -a $file_to_attach [email protected]sending HTML email (using file contents) from the command line/scripts
echo | mutt -e 'my_hdr Content-Type: text/html' -s $subject -i $html_file [email protected]Deleting files based on date (from inside Mutt)
shift+T (to tag)
~d dd/mm/yyyy-dd/mm/yyyy (tag based on date)
;
d (delete tagged messages)Reference: Mutt: select multiple messages
Mutt complains that mailbox is read-only when you try to delete messages
Last updated