home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Bus / N-Q / QM Biff 1.0 Folder / About QM Biff next >
Encoding:
Text File  |  1993-03-08  |  1.6 KB  |  33 lines  |  [TEXT/ttxt]

  1. About QM Biff
  2. ------------
  3.  
  4. Do flashing icons get on your nerves? Do you ever envy your UNIX brethren with their fancy mailbox icons? As a long-time user of QuickMail, I finally decided that I wanted to have a better way to see if I have mail; hence QM Biff was born.
  5.  
  6. What It Does
  7. -----------
  8.  
  9. QM Biff consists of two parts, an extension (yeah, one more INIT to install!) and a miniature application. The INIT knows whether QuickMail thinks you have mail or not, but keeps the icon from flashing. Instead, the application indicates whether you have mail by displaying one of two pictures (which you can select).
  10.  
  11. How To Install
  12. -------------
  13.  
  14. Just drag the "Biff Extension" to your system folder, put the "QM Biff" application in your "Startup Items" folder (if you want it started everytime you restart) and restart your computer. That's it.
  15.  
  16. Credits
  17. -------
  18.  
  19. QM Biff was hacked together by Patrick C. Beard, and was written using "PatchWorks", the object-oriented trap patching framework. If you are interested in obtaining this framework for your own projects, contact me. My addresses are:
  20.  
  21. Patrick C. Beard
  22. P. O. Box 73493
  23. Davis, CA 95617
  24.  
  25. pcbeard@ucdavis.edu
  26.  
  27. Technical Details
  28. ----------------
  29.  
  30. QM Biff works by patching NMInstall & NMRemove, and comparing the bits of the 'SICN' that is flashed with the bits used by QuickMail. If these bits ever change, you can just change a resource ('SICN' # 128) inside "Biff Extension".
  31.  
  32. The application communicates with the extension through a Gestalt selector, 'BIFF', which other applications can call, too. The response long word is 1 if you have mail, and 0 if you don't.
  33.