aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2004-04-08 11:59:26 +0000
committerreinelt <>2004-04-08 11:59:26 +0000
commitfa3eec2e65fd21a269359de808e2464ccba33ecb (patch)
tree09b4594f975b24eef48379d60551ba874ad06784 /lcd4linux.conf.sample
parent9900b3e929fb0ffa2542637c339fa2c1a59fe648 (diff)
downloadlcd4linux-fa3eec2e65fd21a269359de808e2464ccba33ecb.tar.gz
[lcd4linux @ 2004-04-08 11:59:26 by reinelt]
added plugin_pop3 from Javi
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 40cc963..543ce18 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -109,6 +109,14 @@ Plugin MySQL {
database 'lcd4linux' # MUST be specified
}
+Plugin Pop3 {
+ server1 'localhost'
+ port1 110
+ user1 'michael'
+ password1 'secret'
+}
+
+
Widget OS {
class 'Text'
expression '*** '.uname('sysname').' '.uname('release').' ***'