[mythtv-users] Re: Script to check for POP3 mail and display From and Subject via mythtvosd

2005-02-07 Thread Jens Baumeister
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
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] RE: Script to check for POP3 mail and display From and Subject via mythtvosd

2005-02-06 Thread MadPatrick
Hello Jens...
I'm trying to run you script, which is very a nice add-on, but i've some
problems with the perl-module POP3Client.
Can you help with this.
I'm running FC1.

Thanks

Patrick


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users