|
|
Assign junk mail status without opening a message in Mail
There is another way to not open email if you suspect it is
Not necessarily...
While I'd like to think Apple was smart enough to catch this, I can't confirm it. That woeful piece of virus-spreading gunk, Microsoft Outlook, would still open a message even if the preview pane had been dragged small enough to be invisible; you had to actually turn it off to change it.
Preview Pane
You can turn that preview pane off completely by double-clicking the divider line. Mail.app became better the day I decided to do that. No more rendering HTML emails I only want to delete.
Preview Pane
Or use this applescript and YoupiKey (now iKey) or Quickeys or
other tool that can run scripts using keyboard shortcut:
tell application "Mail"
set msgViewer to front message viewer
if (the preview pane is visible of msgViewer) is in {true} then
tell msgViewer to set properties to {preview pane is
visible:false}
else
tell msgViewer to set properties to {preview pane is
visible:true}
end if
end tell
|
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|