DEPENDENCIES ============ asmail requires XPM library (and X11 libraries, of course). The program is multithreaded, so you will need the POSIX threads provided by 'pthread' library. Good if you have OpenSSL libraries, asmail will use them or default to the own implementation of MD5 if not available. INSTALLATION USING autoconf =========================== To install asmail on your system: ./configure make make install If you like to customize asmail (as is very likely if you use something else than UNIX mailbox), you should copy the file asmailrc.sample to ~/.asmailrc and change it to suit your requirements. The fancy pixmaps are installed in /usr/local/share/asmail/pixmaps or you can find them here in 'pixmaps/cloud-e' subdirectory. A couple of sounds are installed in /usr/local/share/asmail/sounds or you can find them here in 'sounds' subdirectory. To swallow in AfterStep, add this to your Wharf: *Wharf asmail - Swallow "asmail" asmail & INSTALLATION WITHOUT USING autoconf =================================== If you have to do it the hard way: cp autoconf/Makefile.QNX Makefile ...look over Makefile, and edit to suit make make install