home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pmma10b4.zip / PMMASort.txt < prev   
Text File  |  1997-03-14  |  2KB  |  59 lines

  1. PMMASort v.1.0ß4.  PMMail Addressbook Sorter (for PMMail v.1.9)
  2. Copyright (c) 1997 Gyan Scott Penrose-Kafka (spk@ibm.net)
  3.  
  4. PMMASort is E:MailWare, which means, if you use this program, please
  5. send me an e:mail (at spk@ibm.net) to let me know.
  6.  
  7.  
  8. *********************************************
  9. See end of document for revision history.
  10. *********************************************
  11.  
  12.  
  13. I wrote PMMASort because I got tired of PMMail not sorting the address book
  14. for the pop-up address book.  It is a simple little program which will allow
  15. you so sort your address book by either the alias field or the name field.
  16.  
  17.  
  18. Usage:  PMMASORT x:\path\ADDR.DB name/alias
  19.  
  20. To Sort by name:
  21. PMMASort h:\apps\southsde\tools\addr.db name
  22.  
  23. To Sort by alias:
  24. PMMASort h:\apps\southsde\tools\addr.db alias
  25.  
  26.  
  27. You should run this program periodically in order to make sure that your
  28. pop-up address books always have the new entries in alphabetical order.
  29. Hopefully, in the near future PMMail will keep the address book datatbase
  30. sorted rather than just sticking newly added addresses at the end of the
  31. database.  But until that happens, use PMMASort.
  32.  
  33.  
  34.  
  35. *********************************************
  36. Revision History
  37. *********************************************
  38. v1.0ß2
  39.     FIX: Solved a problem caused by incorrect compiler settings.
  40.     ADD: Better memory management.
  41.  
  42. v1.0ß3
  43.     CHG: New syntax for command line.
  44.          Output file no long needed on command line.
  45.         Usage:  PMMASORT x:\path\ADDR.DB name/alias
  46.     ADD: Original ADDR.DB file backed up to ADDR.DB.bak
  47.          and sorted file saved as ADDR.DB.
  48.     ADD: Progress monitors.
  49.     ADD: Error testing.
  50. v1.0ß4
  51.     FIX: Bug when address book entry contained extended information beyond
  52.          the name/e:mail address/alias info, (especially notes that had
  53.          CR/LF in them), and which had addresses following it in the 
  54.          database.  Unfortunately, this bug was corrupting the address 
  55.          book.
  56.     CHG: Now using different methodology to back up the input file which 
  57.              is faster than previous method as well as preserves date and time
  58.          on the backed up file.
  59.