aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-04-08 11:59:26 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-04-08 11:59:26 +0000
commitca96fa0676c2dda434214a30884dfe6d552ca577 (patch)
tree09b4594f975b24eef48379d60551ba874ad06784 /lcd4linux.conf.sample
parent9164b31d32e1bf9724a5d6a3b0a3420497a3c8f5 (diff)
downloadlcd4linux-ca96fa0676c2dda434214a30884dfe6d552ca577.tar.gz
[lcd4linux @ 2004-04-08 11:59:26 by reinelt]
added plugin_pop3 from Javi git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@411 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.conf.sample')
-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').' ***'