Update manual for wmbiff and wmbiffrc.
This commit is contained in:
parent
759322d4ea
commit
db976f0a51
|
@ -13,7 +13,7 @@ WMBiff \- A dockable Mailbox Monitor
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B wmbiff
|
.B wmbiff
|
||||||
[-display <display name>] [-geometry +XPOS+YPOS] [-c <filename>] [-h] [-v] [-debug] [-fg <foreground-color>] [-font <X11 font>|default] [-hi <highlight-color>] [+w]
|
[-display <display name>] [-geometry +XPOS+YPOS] [-c <filename>] [-h] [-v] [-debug] [-fg <foreground-color>] [-bg <background-color>] [-hi <highlight-color>] [-font <X11 font>|default] [+w]
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -61,8 +61,16 @@ Use specified configuration file instead of ~/.wmbiffrc.
|
||||||
Print verbose log of progress.
|
Print verbose log of progress.
|
||||||
.TP
|
.TP
|
||||||
.B \-fg <color>
|
.B \-fg <color>
|
||||||
Use specified X11 color. Implies -font default, unless
|
Use specified X11 color for foreground. Implies -font default,
|
||||||
overridden.
|
unless overridden.
|
||||||
|
.TP
|
||||||
|
.B \-bg <color>
|
||||||
|
Use specified X11 color for background. Implies -font default,
|
||||||
|
unless overridden.
|
||||||
|
.TP
|
||||||
|
.B \-hi <color>
|
||||||
|
Use specified X11 color for new mail counters. Implies -font
|
||||||
|
default, unless overridden.
|
||||||
.TP
|
.TP
|
||||||
.B \-font <font>
|
.B \-font <font>
|
||||||
Use specified X11 font instead of the LED pixmap. This may
|
Use specified X11 font instead of the LED pixmap. This may
|
||||||
|
@ -70,10 +78,6 @@ be more readable or suitable for some non-US characters.
|
||||||
The special font "default" tells wmbiff to use a compile
|
The special font "default" tells wmbiff to use a compile
|
||||||
time default.
|
time default.
|
||||||
.TP
|
.TP
|
||||||
.B \-hi <color>
|
|
||||||
Use specified X11 color for new mail counters. Implies -font
|
|
||||||
default, unless overridden.
|
|
||||||
.TP
|
|
||||||
.B \-skip-certificate-check
|
.B \-skip-certificate-check
|
||||||
When using TLS (IMAPS), keep going, even if the server's
|
When using TLS (IMAPS), keep going, even if the server's
|
||||||
certificate is invalid. Invalid certificates have expired,
|
certificate is invalid. Invalid certificates have expired,
|
||||||
|
|
|
@ -163,30 +163,6 @@ imaps:user:@server[/mailbox][:port] [auth]
|
||||||
imaps:user passwd server[/mailbox][ port] [auth]
|
imaps:user passwd server[/mailbox][ port] [auth]
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.I licq
|
|
||||||
With this box type, wmbiff will read the given history file and track the
|
|
||||||
number of messages in it. It just needs a path to a given licq history file.
|
|
||||||
.RS
|
|
||||||
licq:/path/to/.licq/history/file.history
|
|
||||||
.RE
|
|
||||||
.TP
|
|
||||||
.I gicu
|
|
||||||
With this box type, wmbiff will ask gnomeicu for the number
|
|
||||||
of pending messages. If gnomeicu is not running, nothing
|
|
||||||
will be displayed. gnomeicu-client must be in your path.
|
|
||||||
The user's icq UIN is optional.
|
|
||||||
.RS
|
|
||||||
gicu:[UIN]
|
|
||||||
.RE
|
|
||||||
.TP
|
|
||||||
.I finger
|
|
||||||
With this box type, wmbiff will finger an account to see if
|
|
||||||
there is unread mail. Both finger and perl must be in your
|
|
||||||
path, and your server must run a finger daemon.
|
|
||||||
.RS
|
|
||||||
finger:user@host
|
|
||||||
.RE
|
|
||||||
.TP
|
|
||||||
.I shell
|
.I shell
|
||||||
With this keyword, wmbiff will launch the
|
With this keyword, wmbiff will launch the
|
||||||
specified shell command and read its output (STDOUT)
|
specified shell command and read its output (STDOUT)
|
||||||
|
|
Loading…
Reference in a new issue