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.
Ø permalink: http://www.davidroessli.com/logs/2003/02/toggle_html_parsing_in_mailapp/
TrackBack URL for this entry:
http://www.davidroessli.com/cgi-bin/mt-tb.cgi/249
Short URL for this entry: http://ro.ess.li/toggle_html_parsing_in_mailapp/
Previous: Kung-Log adds a service