From db976f0a51b5032c2351c2333e63e700b67e61e7 Mon Sep 17 00:00:00 2001 From: Gabriel VLASIU Date: Wed, 3 Apr 2013 19:26:57 +0300 Subject: [PATCH] Update manual for wmbiff and wmbiffrc. --- wmbiff/wmbiff/wmbiff.1 | 18 +++++++++++------- wmbiff/wmbiff/wmbiffrc.5.in | 24 ------------------------ 2 files changed, 11 insertions(+), 31 deletions(-) diff --git a/wmbiff/wmbiff/wmbiff.1 b/wmbiff/wmbiff/wmbiff.1 index 4a70f2c..e3c1b26 100644 --- a/wmbiff/wmbiff/wmbiff.1 +++ b/wmbiff/wmbiff/wmbiff.1 @@ -13,7 +13,7 @@ WMBiff \- A dockable Mailbox Monitor .SH SYNOPSIS .B wmbiff -[-display ] [-geometry +XPOS+YPOS] [-c ] [-h] [-v] [-debug] [-fg ] [-font |default] [-hi ] [+w] +[-display ] [-geometry +XPOS+YPOS] [-c ] [-h] [-v] [-debug] [-fg ] [-bg ] [-hi ] [-font |default] [+w] .br .SH DESCRIPTION @@ -61,8 +61,16 @@ Use specified configuration file instead of ~/.wmbiffrc. Print verbose log of progress. .TP .B \-fg -Use specified X11 color. Implies -font default, unless -overridden. +Use specified X11 color for foreground. Implies -font default, +unless overridden. +.TP +.B \-bg +Use specified X11 color for background. Implies -font default, +unless overridden. +.TP +.B \-hi +Use specified X11 color for new mail counters. Implies -font +default, unless overridden. .TP .B \-font 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 time default. .TP -.B \-hi -Use specified X11 color for new mail counters. Implies -font -default, unless overridden. -.TP .B \-skip-certificate-check When using TLS (IMAPS), keep going, even if the server's certificate is invalid. Invalid certificates have expired, diff --git a/wmbiff/wmbiff/wmbiffrc.5.in b/wmbiff/wmbiff/wmbiffrc.5.in index 812c799..0443bc5 100644 --- a/wmbiff/wmbiff/wmbiffrc.5.in +++ b/wmbiff/wmbiff/wmbiffrc.5.in @@ -163,30 +163,6 @@ imaps:user:@server[/mailbox][:port] [auth] imaps:user passwd server[/mailbox][ port] [auth] .RE .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 With this keyword, wmbiff will launch the specified shell command and read its output (STDOUT) -- 2.11.4.GIT