diff options
author | ltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-03-14 13:19:29 +0000 |
---|---|---|
committer | ltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-03-14 13:19:29 +0000 |
commit | dfc23a8138bb7aa72043d754170c1c48e66485c0 (patch) | |
tree | 1570430e8eda1b1ba400ad2c2b67e4e37f42afeb /lcd4linux.c | |
parent | f3076919635e550ed752db4030468a3f256f60a1 (diff) | |
download | lcd4linux-dfc23a8138bb7aa72043d754170c1c48e66485c0.tar.gz |
[lcd4linux @ 2001-03-14 13:19:29 by ltoetsch]
Added pop3/imap4 mail support
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@117 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 6724650..a0870a7 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -105,8 +105,27 @@ Overload 2.0 Battwarning 10 SetiDir /etc/setiathome + +# normal local mbox Mailbox1 /var/spool/mail/michi +# POP3 mail @ machine +Mailbox2 pop3:user:pass@machine + +# IMAP4 mail folder @ machine +Mailbox3 imap4:user:pass@machine/folder + +# Full syntax of pop3/imap4 is: +# [user[:pass]@]machine[:port][/dir] +# +# display total/unseen mails of Mailbox3 +# Row6 "Mails %e3/%u3" + +# delay query of MailboxN in seconds (default = 5) +Delay_e1 5 +Delay_e2 20 +Delay_e3 20 + Sensor1 /proc/sys/dev/sensors/as99127f-i2c-0-2d/temp1 Sensor1_min 30 Sensor1_max 50 |