Posts Tagged ‘Entourage’

Using Growl for Entourage Notifications

Download and install growl. Copy/Paste this Script into AppleScript: tell application “GrowlHelperApp” set the allNotificationsList to {“New Mail”} set the enabledNotificationsList to {“New Mail”} register as application ¬ “Entourage” all notifications allNotificationsList ¬ default notifications enabledNotificationsList ¬ icon of application “Microsoft Entourage” end tell tell application “Microsoft Entourage” set theMessages to the current messages end [...]