home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / utils / elm / wnewmail.man < prev   
Text File  |  1992-02-01  |  2KB  |  49 lines

  1. NAME
  2.      wnewmail - daemon to asynchronously notify of new mail
  3.  
  4. SYNOPSIS
  5.      wnewmail
  6.      wnewmail filename
  7.  
  8. DESCRIPTION
  9.      Wnewmail is a daemon designed to run in a window on  a  windowing  system
  10.      (such  as an HP or Sun system) and check every 10 seconds to see if there
  11.      is any new mail for the user that started it up.
  12.  
  13.      If there is new mail, the program will "beep", and write  to  the  window
  14.      for each of the new messages;
  15.  
  16.         Mail from <name> -- <subject>
  17.  
  18.      where <name> is either the name of the person sending  it,  if  available
  19.      (the ARPA 'From:' line) or machine!login where machine is the machine the
  20.      mail was sent from.  If there is no subject, the message  "<no  subject>"
  21.      will appear on the screen.
  22.  
  23.      If the message is a priority message (that is, the header contains a line
  24.      "Priority:"),  then  the  line  output  will  be "PRIORITY mail from ..."
  25.      rather than just "Mail from".
  26.  
  27.      This program will run forever, and can internally reset itself if mail is
  28.      deleted from the incoming mailbox while trying to monitor it.
  29.  
  30.      If wnewmail is started up with a filename, it will  perform  exactly  the
  31.      same,  but  with  the  specified file as the one to check rather than the
  32.      default users mailbox.
  33.  
  34. AUTHOR
  35.      Dave Taylor, Hewlett-Packard Laboratories.
  36.  
  37. SEE ALSO
  38.      notify in sh(1) or csh(1), newmail(1L)
  39.  
  40. NOTE
  41.      This is almost identical to the program newmail...
  42.  
  43. BUG REPORTS TO
  44.      Syd Weinstein elm@DSI.COM (dsinc!elm)
  45.  
  46. COPYRIGHTS
  47.      (c) Copyright 1986, 1987 by Dave Taylor
  48.      (c) Copyright 1988, 1989, 1990 by The USENET Community Trust
  49.