wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmjmail / INSTALL
blobb7d86f477c369b902d4522b2036820ec651319a0
1 Installation instructions for wmjmail.
3 Requirements
4 ---------------------------------------------------------------------------
5 wmjmail requires the Xpm library (which should be available on most machines
6 with XFree86 installed).   You'll also need a copy of sh, and grep.  That
7 shouldn't be a problem though.
9 Installation
10 ---------------------------------------------------------------------------
11 1) gunzip wmjmail-#.#.tar.gz
13 1) tar -xvf wmjmail-#.#.tar
15 2) cd wmjmail/src
17 3) edit the Makefile to change the prefix variable and the
18    owner and group variables.
19    prefix describes where the files go during install.
20    owner and group describe who owns it after install.
21    You must uncomment owner and group if you use them.
23 3) make install
25 4) edit mailchk to make it go.  Currently it relies on mail being in
26    /var/spool/mail/$USER, or in perl speak: /var/spool/mail/$ENV{USER}
28    Alternatively, use dave's mail script.  It's designed to work with
29    "Maildir/" type mail spools.  Search me on what that is.  He told me
30    that it works great with his configuration.
32 --------------------------------------------------------------------------
35 If you have problems, please contact me.
37 Jettero Heller
38 jettero@yakko.cs.wmich.edu