Sean McBride wrote:

>Has anyone got the Growl (www.growl.info) AppleScript working with
>PowerMail?  As I posted a while ago, applescripts do not appear in the
>script menu for me... :(

Open the script with ScriptEditor, and save it again, and restart PowerMail.

Pat O'Halloran wrote:

>Having said I had sorted things the script doesn't appear to do
>anything.

The script is probably outdated and does not seem to work with the
latest version of Growl. Try to put something like this in the tell
application "GrowlHelperApp" block (write it in 3 lines):

set myAllNotesList to {"Mail Received"}

register as application "PowerMail Notification Script"
    all notifications myAllNotesList default notifications myAllNotesList
    icon of application "PowerMail.app"

notify with name "Mail Received" title f description s
    application name "PowerMail Notification Script"



Jérôme - PowerMail Engineering


---------------------------------------------------------------------
   "The better and the best...
    PowerMail is the real and only continuation of Emailer... that's all ;-)
    Serious e-mail users, you know what we speak about."
  PowerMail user comment on www.versiontracker.com


         Download a demo version from www.ctmdev.com
---------------------------------------------------------------------





Reply via email to