wmtop: Remove inline keywords.
[dockapps.git] / wmbiff / wmbiff / wmbiff.1
blob41b1ba5a65844dfbda2ce03fc18849b2b2feb7ef
1 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
2 .\" $Id: wmbiff.1,v 1.13 2003/02/08 21:04:48 bluehal Exp $
3 .\"
4 .\" wmbiff.1 and wmbiffrc.5 are copyright 1999-2001 by
5 .\" Jordi Mallach <jordi@debian.org>
6 .\"
7 .\" This is free documentation, see the latest version of the GNU
8 .\" General Public License for copying conditions. There is NO warranty.
9 .TH WMBIFF 1 "October 4, 2001" "wmbiff"
11 .SH NAME
12 WMBiff \- A dockable Mailbox Monitor
14 .SH SYNOPSIS
15 .B wmbiff
16 [\-display <display name>] [\-geometry +XPOS+YPOS] [\-c <filename>] [\-h] [\-v] [\-debug] [\-fg <foreground-color>] [\-bg <background-color>] [\-hi <highlight-color>] [\-font <X11 font>|default] [\-o] [+w]
17 .br
19 .SH DESCRIPTION
20 WMbiff displays the status of up to five mailboxes. It shows the number
21 of new mail messages, if any, otherwise 0. In classic mode instead of 0
22 it shows the total number of messages.
23 It also has mail
24 retrieval capabilies, and can be configured to do this automatically. At the
25 moment, UNIX-style, maildir, POP3, APOP and IMAP4 mailboxes are supported.
27 The mailboxes are displayed in 5 different lines, each one with its own
28 description of up to five chars. If no mail is present in a given mailbox,
29 WMbiff will display the total number of mails in cyan. If there's new mail
30 in the box, the number of new messages will be displayed in yellow. When new
31 mail arrives, this number will optionally flash for a small period of time,
32 and also optionally, a command can be executed on mail arrival (for example,
33 opening your mail reader or playing a sound file).
35 Pressing mouse button 1 will execute a command, defined in the user's config
36 file. Mouse button 3 will execute a command to fetch mail, if defined.
37 To restart wmbiff, press mouse button 1 while holding control and shift keys,
38 or send it SIGUSR1.
40 .PP
42 .SH OPTIONS
43 .TP
44 .B \-h
45 Show summary of options.
46 .TP
47 .B \-v
48 Show version of program.
49 .TP
50 .B \-display <display name>
51 Use an alternate X Display.
52 .TP
53 .B \-geometry <geometry>
54 Initial window position.
55 .TP
56 .B \-c <filename>
57 Use specified configuration file instead of ~/.wmbiffrc.
58 .TP
59 .B \-debug
60 Print verbose log of progress.
61 .TP
62 .B \-fg <color>
63 Use specified X11 color for foreground. Implies \-font default,
64 unless overridden.
65 .TP
66 .B \-bg <color>
67 Use specified X11 color for background. Implies \-font default,
68 unless overridden.
69 .TP
70 .B \-hi <color>
71 Use specified X11 color for new mail counters. Implies \-font
72 default, unless overridden.
73 .TP
74 .B \-font <font>
75 Use specified X11 font instead of the LED pixmap.  This may
76 be more readable or suitable for some non-US characters.
77 The special font "default" tells wmbiff to use a compile
78 time default.
79 .TP
80 .B \-skip-certificate-check
81 When using TLS (IMAPS), keep going, even if the server's
82 certificate is invalid.  Invalid certificates have expired,
83 have a different hostname than you connected to, are
84 corrupt, or have been revoked.  Do not use this option
85 unless wmbiff fails and suggests it to you, and even then,
86 be careful and consider alerting your mail system
87 administrator first.  The need to use this option is a sign
88 of server misconfiguration.
89 .TP
90 .B \-relax
91 Assume the configuration is correct, parse it without paranoia,
92 and assume hostnames are okay.
93 .TP
94 .B \-o
95 Enable classical mode look and behaviour: shows the number of
96 new mail messages, if any, or the total number of messages.
97 This option also enables the special keyword "beep" (disabled
98 by default).
99 .TP
100 .B \+w
101 Do not use the "withdrawn" state: the wmbiff window will not
102 be captured as an icon and placed in the dock, but will
103 instead have its own window.  This option starts with a '+'
104 for consistency with other software programs: many use '\-w'
105 to mean the opposite.
107 .SH BUGS
108 Send bug reports or suggestions to the Window Maker Development
109 Mailing List <wmaker-dev@lists.windowmaker.org>.   Consider
110 attaching a transcript of your session, generated using:
112 wmbiff \-debug | tee wmbiff-log
114 Be sure to remove any instances of your password.
116 .SH FILES
118 .I ~/.wmbiffrc
119 peruser wmbiff configuration file.
121 .SH AUTHOR
122 This manual page was written by Jordi Mallach <jordi@sindominio.net>,
123 originally for the Debian system (but may be used by others).
125 WMBiff was first maintained by Gennady Belyakov. Since January 2001 it is
126 maintained group of people that have added lots of new features to the
127 original program. Please see the README document for a list of all the people
128 involved.
130 .SH SEE ALSO
131 .PD 0
133 \fBwmbiffrc\fP(5)
135 \fI/usr/share/doc/wmbiff/examples/sample.wmbiffrc\fP
136 (or equivalent for your system)