aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-14 13:19:29 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-14 13:19:29 +0000
commitdfc23a8138bb7aa72043d754170c1c48e66485c0 (patch)
tree1570430e8eda1b1ba400ad2c2b67e4e37f42afeb /README
parentf3076919635e550ed752db4030468a3f256f60a1 (diff)
downloadlcd4linux-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 'README')
-rw-r--r--README25
1 files changed, 20 insertions, 5 deletions
diff --git a/README b/README
index ed2fe3f..70eeba1 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
#
-# $Id: README,v 1.17 2001/03/13 07:41:22 reinelt Exp $
+# $Id: README,v 1.18 2001/03/14 13:19:29 ltoetsch Exp $
#
This is the README file for lcd4linux
@@ -8,8 +8,8 @@ This is the README file for lcd4linux
INTRODUCTION
lcd4linux is a small program that reads various information from the kernel
-(and probably from other subsystems, especially ISDN) and displays them on a
-LCD.
+(and from other subsystems, especially ISDN) and displays them on a LCD or
+other display device.
It supports displaying text values and different types of bars: Horizontal and
vertical bars, logarithmic bars, split bars (two independent bars in one row).
@@ -37,6 +37,8 @@ lcd4linux [-c key=val] [-F] [-f config-file] [-o output] [-q] [-v]
suppress startup splash screen with '-q'
generate info messages with '-v'
generate debugging messages with '-vv'
+ debug socket traffic too, with '-vvv'
+
DIAGNOSTICS
@@ -154,6 +156,18 @@ Data-specific options:
Min_x1 ..9 min value for bars (default 0)
battery: Battwarning 10 (default 10)
+
+ Mailbox:
+ The option string may be a plain mbox file or a pop3/imap4 server
+ string with the following format:
+
+ pop3:[user[:pass]@]machine[:port]
+ imap4:[user[:pass]@]machine[:port][/dir]
+
+ Port defaults to 110 and 143 respectively.
+ If /dir is not given, INBOX is assumed.
+
+ Delay_e1..e9 delay in seconds for querying the MailboxN (default 5)
Driver-specific options:
@@ -228,9 +242,10 @@ Tokens:
'bp', battery percentage (APM by now)
'bs', battery status ('=' = online, '+' = charging, '-' discharging)
'bd', battery duration in s{econds}, m{ins}, h{ours} or d{ays}
- 'e*', mails in mailbox 1-9,
+ 'e*', mails in mailbox 1-9, total mail
+ 'u*', mails in mailbox 1-9, unseen mail
'x*', output of command 1-9
Please have a look at lcd4linux.conf.sample, where you can find examples
-of all options.
+of all options and there usage.