Warning: include_once(logs/lgf-reflog.php) [function.include-once]: failed to open stream: No such file or directory in /usr/www/users/cmedia/mt.cybmed/macinblog/mac/archives/000277.html on line 3

Warning: include_once() [function.include]: Failed opening 'logs/lgf-reflog.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/www/users/cmedia/mt.cybmed/macinblog/mac/archives/000277.html on line 3
Macinblog: Toggle HTML parsing in Mail.app

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.

Posted by davo39 at February 23, 2003 08:54 PM | TrackBack
Comments
Post a comment