Re: "Notify Kit" scripts or some other way to "activate" Eudora on new mail?
Re: "Notify Kit" scripts or some other way to "activate" Eudora on new mail?
- Subject: Re: "Notify Kit" scripts or some other way to "activate" Eudora on new mail?
- From: Emmanuel <email@hidden>
- Date: Wed, 9 May 2001 22:45:32 +0200
At 7:32 +0200 9/05/01, Maurice Weitman wrote:
>
on open apps
>
repeat with a in apps
>
tell application "Eudora" to start notifying a
>
end repeat
>
end open
I could successfully run this line:
-------------------
tell application "Eudora" (well, "Eudora Light" actually) to start notifying a
-------------------
where a was "alias thePath", thePath begin the path to some running
application.
Now, what event will be sent to the app when Eudora receives mail, I don't
know. I suppose I'd rather download the kit, or quit the app ...
HTH
Emmanuel