From: Michael R. <re...@eu...> - 2004-06-29 04:10:24
|
Hi Andreas, > I try to use the pop3-plugin and dunno how i can get it to > work. I sucessfully put in username and password in the > pop3_plugin-Section: > > Plugin Pop3 { > server1 'pop.t-online.de' > port1 110 > user1 'An...@t-...' > password1 'hehehe' > } > > and get back starting lcd4linux -vvv : > > [POP3] 1 POP3 accounts have been succesfully defined > > Now, how should the correspondenting widget should look like > that mysterius to me. Ive tried: > > Widget Pop3 { > class 'Text' > expression POP3check > width 5 > align 'R' > update tack > } > > Im sure it isnt true, since it didnt work and i also cant > imagine it will, but i really have no idea how that should > look. > Or am i on a totally false path that a widget is needed? The expression is wrong. Every plugin defines one or more _functions_, therefore there must be braces. The POP3 plugin takes one argument, which is the number of the POP account. In your case, the expression should read: expression POP3check(1) HTH, Michael -- Michael Reinelt Tel: +43 676 3079941 Geisslergasse 4 Fax: +43 316 692343 A-8045 Graz, Austria e-mail: re...@eu... |