|
|
Speak new Mail notifications via a set of scripts
Looks like I used an Apple sample "rule action" script for Mail.. I simply replaced the guts with these lines: try set theText to "New mail:" & return & "From: " & theSender & return & "Subject: " & theSubject -- add an extra newline if multiple messages are to be displayed if numberOfMessages > 1 then set theText to theText & return end if tell application "LanOSD" message kind "message" text theText quadrant 8 icon "email" fade delay "8" end tell set theText to "" end try And added a Mail rule to call this AppleScript when receiving new message from certain accounts. One drawback is when you download lots of messages from an account, Mail will slow to a crawl and LanOSD's indications will fill up the screen. You might avoid this with another rule.
LanOSD script
Oops, that was supposed to be in reply to those asking for my LanOSD Mail script. |
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.07 seconds |
|