On Sun, 6 Feb 2005 11:20:09 +0100, Jens Baumeister
<[EMAIL PROTECTED]> wrote:
 
> I hacked up a quick perl script to show sender and subject of the 5
> most recent mails on a POP account in a scroller via mythtvosd.

I made a typo in the script:

Change this line

if ($top[7] =~ /mythfrontend/ || $alwaysrun = 1) {

to this:

if ($top[7] =~ /mythfrontend/ || $alwaysrun == 1) {

(There need to be 2 "=" signs instead of one.)

Jens

(That's what happens if you add stuff at the last minute without testing. :-) )
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to