This is a mail monitor for the AfterStep window manager.  It fits nicely
in the Wharf.  

Thus far I can only get it to run on my SCO machine. I've compiled it using 
both the stock CC compiler and g++ and it runs just fine with either, but 
for some reason that I have yet to determine, it will compile just fine on 
Linux and Sun machines but gets a segmentation fault at the XtAppInitialize 
point.  I can't figure it out.  If somebody out there can get it to run, 
please let me (dmuse@engr.latech.edu) know what it is you did and I'll fix 
it on this end. Thanks.

Installation:
 
  modify the LIBDIR variable in the makefile for whatever directory you
	want the nomail.xpm and default.xpm images to go.
  uncomment the section of the makefile for your operating system.

  type make.

  copy/move/link asfaces.man to a man page directory 
	(eg. /usr/local/man/man1/asfaces.1)

  copy/move/link asfaces to a bin directory 
	(eg. /usr/local/bin/asfaces)

  copy/move/link *.xpm to the directory specified by the LIBDIR variable.

  read the man page for usage instructions.

Revisions:
	0.1 : got it to work at all.
	
	0.2 : fixed bug that caused it to display incorrect numbers and faces
		for returned/forwarded mail.
