Re: Growl and PowerMail

2005-08-22 Thread Tim Hodgson

On Sun, Aug 21, 2005 at 5:55 pm -0400, Tim Lapin wrote:

>On   Sunday, August 21, 2005,   Tim Hodgson   sent forth:
>
>
>>
>>I also found that the 'Powermail notification script' didn't register
>>with Growl until I resaved the Applescript over the original, as Pat
>>suggested earlier. No idea why this should be, though!
>>
>>TimH
>>
>
>Permissions, perhaps?

Don't think so  - AFAIR they were 644 before and after.

TimH






Re: Growl and PowerMail

2005-08-22 Thread Sean McBride

Pat O'Halloran ([EMAIL PROTECTED]) on 2005-08-21 04:21 said:

>I commented out the original line in the helperapp routine and added
>those Jerome suggested.
>
>I'll email you a copy of the script.

Thanks to everyone for your help in this matter.

Might I sugest you also send your corrected script (maybe even add more
instructions in the comments on top about resaving it) and send it to
the growl people so the next release of growl has a working script.

And Jérôme, how about native support in PowerMail for growl?  I added
support to my app, and it's very easy.

--

Sean McBride, B. Eng [EMAIL PROTECTED]
Mac Software Designer   Montréal, Québec, Canada







Re: Growl and PowerMail

2005-08-22 Thread Tim Lapin

On   Sunday, August 21, 2005,   Tim Hodgson   sent forth:


>
>I also found that the 'Powermail notification script' didn't register
>with Growl until I resaved the Applescript over the original, as Pat
>suggested earlier. No idea why this should be, though!
>
>TimH
>

Permissions, perhaps?

-- 
Tim Lapin
[EMAIL PROTECTED]






Re: Growl and PowerMail

2005-08-22 Thread Tim Hodgson

On Sun, Aug 21, 2005 at 9:21 am +0100, Pat O'Halloran wrote:

>It appears that on 21/8/05 at 09:01 Paul Collett spake thus:
>
>>Can you give any more information on exactly what you did to get this to
>>work? I'm a complete Applescript newbie, so as much help as possible
>>would be appreciated. Do you add these lines to the "growl" script in
>>the powermail custom script folder? If so, where exactly? If not, what
>>script are they added to?
>>
>>Thanks,
>>
>>Paul Collett
>
>I commented out the original line in the helperapp routine and added
>those Jerome suggested.

I also found that the 'Powermail notification script' didn't register
with Growl until I resaved the Applescript over the original, as Pat
suggested earlier. No idea why this should be, though!

TimH






Re(4): Growl and PowerMail

2005-08-21 Thread Pat O'Halloran

It appears that on 21/8/05 at 09:01 Paul Collett spake thus:

>Can you give any more information on exactly what you did to get this to
>work? I'm a complete Applescript newbie, so as much help as possible
>would be appreciated. Do you add these lines to the "growl" script in
>the powermail custom script folder? If so, where exactly? If not, what
>script are they added to?
>
>Thanks,
>
>Paul Collett

I commented out the original line in the helperapp routine and added
those Jerome suggested.

I'll email you a copy of the script.

-- 
Pat O'Halloran http://www.danu.co.uk   
Getting an education was a bit like a communicable sexual disease. It 
made you unsuitable for a lot of jobs and then you had the urge to 
pass it on - Terry Pratchett






Re(3): Growl and PowerMail

2005-08-21 Thread Paul Collett

Can you give any more information on exactly what you did to get this to
work? I'm a complete Applescript newbie, so as much help as possible
would be appreciated. Do you add these lines to the "growl" script in
the powermail custom script folder? If so, where exactly? If not, what
script are they added to?

Thanks,

Paul Collett

On 8/20/05 11:09 PM Pat O'Halloran wrote:

>It appears that on 20/8/05 at 14:45 PowerMail Engineering spake thus:
>
>>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"
>
>Thanks, Jerome, that works.
>
>-- 
>Pat O'Halloran
>Pat's Place http://www.danu.co.uk 
>
>
>







Re(2): Growl and PowerMail

2005-08-20 Thread Pat O'Halloran

It appears that on 20/8/05 at 14:45 PowerMail Engineering spake thus:

>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"

Thanks, Jerome, that works.

-- 
Pat O'Halloran
Pat's Place http://www.danu.co.uk 







Re: Growl and PowerMail

2005-08-20 Thread PowerMail Engineering

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
-







Re(4): Growl and PowerMail

2005-08-20 Thread Pat O'Halloran

Me again.

Having said I had sorted things the script doesn't appear to do
anything. I have it set to run 'always' at the top of my filters (after
spam) but nothing seems to happen. Any suggestions/

Thanks


-- 
Pat O'Halloran www.danu.co.uk
My one regret in life is that I am not someone else - Woody Allen






Re: Growl and PowerMail

2005-08-20 Thread Tim Hodgson

On Sat, Aug 20, 2005 at 11:41 am +0100, Pat O'Halloran wrote:

>It appears that on 20/8/05 at 03:06 Matthias Schmidt spake thus:
>
>>
>>It works for me.
>>And the Growl Script is on Top under Custom Scripts.
>>
>>Where is you Custom Scripts Folder located. It seams that PM is not
>>finding the folder.
>>
>>All the best
>>
>>Matthias
>
>
>I too am having problems, the script is in my custom folder with two
>other scripts, the other two show up fine but not the Growl script.

Likewise here.

>Secondly, how do I use it? The documentation seems to be missing, unless
>I overlooked it somewhere. Thanks.

It's in the script itself:

"   -- To use this script, you must first have Growl installed. See 
[url]
http://growl.info/downloads.php[/url]
-- Next, copy this script to ~/Mail/PowerMail Files/Custom 
Scripts/Growl.scpt
-- Then in PowerMail set up a Filter with an "Execute AppleScript"
action, and choose "Growl" 
-- If "Growl" isn't in the list of scripts, quit and relaunch PowerMail

-- Now, when one or more emails arrive, which match your filter's
"Conditions", Growl will 
-- display the Sender and Subject of the first email to you."

TimH







Re(3): Growl and PowerMail

2005-08-20 Thread Pat O'Halloran

It appears that on 20/8/05 at 11:41 Pat O'Halloran spake thus:

>It appears that on 20/8/05 at 03:06 Matthias Schmidt spake thus:
>
>>
>>It works for me.
>>And the Growl Script is on Top under Custom Scripts.
>>
>>Where is you Custom Scripts Folder located. It seams that PM is not
>>finding the folder.
>>
>>All the best
>>
>>Matthias
>
>
>I too am having problems, the script is in my custom folder with two
>other scripts, the other two show up fine but not the Growl script.
>
>Secondly, how do I use it? The documentation seems to be missing, unless
>I overlooked it somewhere. Thanks.
>-- 
>Pat O'Halloran www.danu.co.uk
>My one regret in life is that I am not someone else - Woody Allen
>
>
Further to my last message I have now got it working, the instructions
were in the script - should have looked there first.

I got it to show in the menu by opening the script in an editor and then
saving it back to the custom folder overwriting the original, restarted
PM and it showed.

Hope that helps others.

Cheers
-- 
Pat O'Halloran http://www.danu.co.uk  
History is a hard core of interpretation surrounded by a pulp of
disputable facts. - Anon






Re(2): Growl and PowerMail

2005-08-20 Thread Pat O'Halloran

It appears that on 20/8/05 at 03:06 Matthias Schmidt spake thus:

>
>It works for me.
>And the Growl Script is on Top under Custom Scripts.
>
>Where is you Custom Scripts Folder located. It seams that PM is not
>finding the folder.
>
>All the best
>
>Matthias


I too am having problems, the script is in my custom folder with two
other scripts, the other two show up fine but not the Growl script.

Secondly, how do I use it? The documentation seems to be missing, unless
I overlooked it somewhere. Thanks.
-- 
Pat O'Halloran www.danu.co.uk
My one regret in life is that I am not someone else - Woody Allen






Re: Growl and PowerMail

2005-08-20 Thread Matthias Schmidt


It works for me.
And the Growl Script is on Top under Custom Scripts.

Where is you Custom Scripts Folder located. It seams that PM is not
finding the folder.

All the best

Matthias

---
Admilon Consulting GmbH
http://www.admilon.com
iChat/AIM: MatKoyasan
Tel. +81-736-56-3905
---

Am/On Fri, 19 Aug 2005 20:51:29 -0400 schrieb/wrote Sean McBride:

>Hi!
>
>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... :(  but i just thought maybe its just the growl
>script that is messed up.
>
>Anyone tried?
>
>thanks!
>
>-- 
>"I object to violence because when it appears to do good, the good is
>only temporary; the evil it does is permanent." - Gandhi
>
>
>
>







Growl and PowerMail

2005-08-20 Thread Sean McBride

Hi!

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... :(  but i just thought maybe its just the growl
script that is messed up.

Anyone tried?

thanks!

-- 
"I object to violence because when it appears to do good, the good is
only temporary; the evil it does is permanent." - Gandhi