Toggle HTML parsing in Mail.app 

Tags :

This is a cool tip found on MacOSXHint that enables HTML viewing of trusted mail. It turn on HTML download for 2 seconds, and turns it off again.

  tell application "Mail"
set download html attachments to true
delay 2
set download html attachments to false
end tell
Just add the above script to your script menu.

Posted a response ? — Webmention it

This site uses webmentions. If you've posted a response and need to manually notify me, you can enter the URL of your response below.

Want more ? — prev/next entries