« Kung-Log adds a service | Main | Sony Ericsson Clicker »
February 23, 2003
Toggle HTML parsing in Mail.app
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.
