home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aux / 3980 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.9 KB  |  50 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!nsisrv!jagubox!jim
  3. From: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  4. Subject: Re: A simple mail notifier hybrid application
  5. Message-ID: <1226@jagubox.gsfc.nasa.gov>
  6. Lines: 36
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: jagubox.gsfc.nasa.gov
  9. Reply-To: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  10. Organization: NASA/Goddard Space Flight Center
  11. References: <1992Nov5.154441.24439@bilpin.co.uk> <1992Nov5.224949.26290@newsgate.sps.mot.com>
  12. Date: Fri, 6 Nov 1992 13:43:35 GMT
  13.  
  14. gpb@gpb-mac. (greg berryman ) writes:
  15.  
  16. >pd@bilpin.co.uk (Paul Davison) writes:
  17. >: 
  18. >: This is a *really simple* application that you can throw into your
  19. >: "Startup Items" Folder. It then sits watching your UNIX mailbox and uses
  20. >: the Mac notification manager to let you know when mail arrives. It
  21. >: attempts to work out when you've read the mail by checking things such
  22. >: as the access dates on the file, and its size.
  23. >: 
  24. >: Comments and suggestions welcome!
  25. >: 
  26. >Here is a comment:  IT'S WONDERFULL!!  Seriously, I followed the instructions
  27. >above and double-clicked it.  It launched with no delay.  No questions, no
  28. >configuration, no pain.  I sent some mail to myself and saw a nice icon
  29. >flashing over the apple.  It would seem that the KISS principle works.
  30.  
  31. >Thanks very much for a very handy app.
  32.  
  33. Agreed!
  34.  
  35. One small nit-picky point. I looked at the code for just a smidge,
  36. but it looks like it depends on a change in 'stat' of the user's mailbox
  37. (/usr/mail) to see if new mail has been rec'd. This is great. But, what
  38. if mail exists there that you haven't read when you startup? Not doesn't
  39. (I think) notify you.
  40.  
  41. Maybe it would be better to, at startup, get the 'stat'. If non-zero,
  42. the Notify.
  43.  
  44. Whatcha think?
  45. -- 
  46.     Jim Jagielski               | "It is not I who am crazy...
  47.     jim@jagubox.gsfc.nasa.gov   |  it is I who am MAD!"
  48.     NASA/GSFC, Code 734.4       |
  49.     Greenbelt, MD 20771         |            - Ren
  50.