Warning: Unknown: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/b2v/public_html/alex/displayfile.php on line 50

Deprecated: Assigning the return value of new by reference is deprecated in /home/b2v/public_html/alex/displayfile.php on line 50

Warning: header() [function.header]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/b2v/public_html/alex/displayfile.php on line 21

Warning: Cannot modify header information - headers already sent by (output started at /home/b2v/public_html/alex/displayfile.php:50) in /home/b2v/public_html/alex/displayfile.php on line 21

Warning: Cannot modify header information - headers already sent by (output started at /home/b2v/public_html/alex/displayfile.php:50) in /home/b2v/public_html/alex/inc/includes.inc on line 162
Globs site - growlNotify.sh
Thunderbird Extensions
Apple - mac
Donation
Make a donation to help WiPhA development

Search




Preferences

Connect again
---

Your user name :

Your secret code


 Count of members 115 members


Connected :

(nobody)
Visits

 1380355 visitors

 9 visitors online

Private
growlNotify.sh

Download Download file

#!/bin/sh
 
# thunderbird_wrapper.sh
# v1.0
 
# David LaPorte
# 09/23/05
 
SUBJECT="$1"
SENDER="$2"
 
APP="Thunderbird"
 
# Location of growlnotify (located in Growl distribution)
# You will need to move it from the DMG to a local path
GROWLNOTIFY=/usr/local/bin/growlnotify
 
$GROWLNOTIFY -a "$APP" -t "Subject: $SUBJECT" -m "From: $SENDER"

Code highlighted using GeSHi
© Nigel McNie, 2004, released under the GNU GPL
^ Top ^