wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmbiff / README
blob5651ac1db998d49147efc1614f0809e091a36d0d
2                                   Introducing
4    WMBiff is an WindowMaker docking utility, that displays number of
5    total messages count or unread mail messages count in differrent
6    mailboxes.
8    WMBiff was created by Gennady Belyakov in 1999, and was continued by
9    a team of volunteers after his death.
11    Green ( cyan? :) ) digits display total number of messages, if there
12    are no unread messages in it.
14    Yellow digits display number of unread messages, with blinking on new
15    mail arrival, if any.
17    At this moment unix-style (mbox), maildir, POP3, APOP and IMAP mailboxes
18    are supported. WMBiff also understands Licq's history files.
19    WMBiff supports up to 5 mailboxes (but you can start 2 or more
20    wmbiff's with differrent configs).
22    Pressing on a 1st (left) mouse button will execute appropriate mail
23    reader (if defined in config file). Right-clicking will exec mail
24    fetching program (if any).
26    It is also possible to execute user-defined command line on new mail
27    arrival (for example, play .WAV file).
29      _________________________________________________________________
31                           Compiling and Installation
33 Extract the archive:
34         tar -xvzf wmbiff-0.x.tar.gz
36 Enter the wmbiff directory and follow INSTALL's directions.
37         cd wmbiff-0.x/
38         ./configure
40 For crypto support either:
41  *) Install gnutls and libgrcypt packages from your distribution.
42  *) Download them from http://www.gnupg.org/(en)/download/mirrors.html
43    Choose a mirror, then download from the alpha/gnutls and
44    alpha/libgcrypt directories.
45  *) Do nothing; the configure script will note its absence.
47 NOTE: gnutls-0.3.5 is the version that this release was
48 tested with.  Newer versions may have incompatible changes.
50 Make the binary:
51         make
53 Install the binary:
54         make install
56 This will copy the binary to /usr/local/bin
58 Then you need to copy sample.wmbiffrc into your home directory as
59 .wmbiffrc, correct it as you like. Or, you can use the ``-c'' option
60 and specify differrent name of config file.
61  Without any config file wmbiff will use only default mailbox
62 (from environment variable MAIL), labeled with word SPOOL, at first
63 position. All other positions will be empty.
64      _________________________________________________________________
66    See AUTHORS to see who has contributed to WMBiff.
67      _________________________________________________________________
69    Any suggestions/bug reports please send to our mailing list,
71     wmaker-dev@googlegroups.com
73    Please include the output of 'wmbiff -debug'.
75      _________________________________________________________________
77 UPDATE [2001-06-18]:
79 On Tuesday, 22 May 2001, Jordi Mallach sent the following email to the
80 wmbiff-devel list:
82     Hello,
83     I just found evidence of what I had believed for a long time.
85     http://www.monkey.org/openbsd/archive/ports/0101/msg00311.html
87     Gennady Belyakov passed away right after releasing 0.2 and when he
88     stopped answering mail :|
90     I guess we need to update the docs.
92     Jordi
94 Here is the message, if that URL becomes unavailable:
96     To: ports@openbsd.org
97     Subject: Re: mail/wmbiff update
98     From: Vladimir Popov <pva48@mail.ru>
99     Date: Sat, 27 Jan 2001 09:34:15 +0500
101     On Fri, Jan 26, 2001 at 01:02:59PM +0000, Christian Weisgerber wrote:
102     >
103     > The major issue I have with this port is that the master site/home
104     > page is unreachable.
105     >
107     Well, wmbiff's author Gennady Belyakov passed away in late November 1999.
108     That's why that url isn't any longer valid.
110     --
111     Vladimir
113 May your soul rest in peace, Gennady.