Hello,
I written a script with an function to send reports by email.
Here is my function:
sendmail() {
date=`date +%d/%m/%Y`
time=`date +%H:%M:%S`
mail -s "[FreeBSD/Ports-tree]-Update"-"($date/$time)" \
[EMAIL PROTECTED] <$logfile
}
Here is my .mailrc file:
set sendm
_off: #5B9532
dclock*borderColor: #5B9532
dclock*borderWidth: 0
When i launch openbox, dclock appears in the corner of my screen but the
borders are present. I think borderColor and borderWidth are missing.
What do think about this problem ? Can you help me please ?
Thank you.
--
Cheers,
Oli
not ?
Thank you.
--
Cheers,
Olivier Regnier
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"