| View previous topic :: View next topic |
| Author |
Message |
haichen Guest
|
Posted: Tue Nov 07, 2006 4:11 pm Post subject: NewMail Execute |
|
|
Its a Thunderbird Extension that starts a program with the mailfolder as option. The Author takes his extension to have different sound-notifications for the different persons sending you emails.
I tested it with one line AHK to make an additional messagebox for incoming Mails:
MsgBox, 0, Post, You have mail %1% , 10
You can get it at
http://www.achimonline.de/mozext/ |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Tue Nov 07, 2006 4:25 pm Post subject: |
|
|
Interesting, you can even WinActivate Thunderbird...
The other extensions seem interesting, I will test the Signature Switch one. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sat Jan 27, 2007 6:11 am Post subject: Custom Button extension |
|
|
To have a ahk executed, you can use Custom Button extension.
Is there a community whithin AHK that deals with Mozilla products. I am very interested. |
|
| Back to top |
|
 |
|