home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / bw212os2.zip / KEYWORDS.BW < prev    next >
Text File  |  1994-01-21  |  3KB  |  69 lines

  1. ; The Blue Wave Offline Mail Reader v2.12 OS/2
  2. ; Copyright (C) 1992-1994 by Cutting Edge Computing
  3. ; All Rights Reserved.
  4. ;
  5. ; Sample Keyword Search File
  6. ;
  7. ; Blank lines, and lines beginning with a ';' are ignored.
  8. ; Keywords are case insensitive, and must contain at least 3 characters.
  9. ; A Keyword of 'and' will find "Sand", "sAnD", "and", & "brands".
  10. ;
  11. ; There is a limit of 5 keywords per file in UNREGISTERED COPIES
  12. ; of The Blue Wave Offline Mail Reader.  After you have registered your
  13. ; copy, you can have as many keywords in one file as you care to.
  14.  
  15. ; When Keyword searching, the reader ignores all cr's, lf's, and soft
  16. ; cr's.  Therefore it can find strings that span across multiple lines
  17. ; in the message text, like the following that will almost definitely
  18. ; find something in the FidoNet BLUEWAVE Echo!
  19.  
  20. Blue Wave
  21. BWave
  22.  
  23. ; Or, to catch all of the above, simply use:
  24.  
  25. Wave
  26.  
  27. ; Remember...  The default mode of the reader is to find all matches to a
  28. ; keyword within both message headers (From:, To:, and Subj: fields), and
  29. ; within the message text.  You can control this behavior by prefixing your
  30. ; keyword with the following 'tokens':
  31. ;
  32. ; !keyword - will search for this keyword ONLY within the message text.
  33. ; @keyword - will search for this keyword ONLY within the message header.
  34.  
  35. @John Doe
  36. @Mary Poppins
  37. !9600 baud modem
  38. !IBM Printer
  39.  
  40. ; You can even FURTHER control the way the reader searches for keywords by
  41. ; using the "#keyword" token.  As described above, the reader will find
  42. ; matches to a keyword even *within* other words.  Let's suppose you are
  43. ; a genealogist, and you are searching an area containing 500 messages that
  44. ; may contain information about one of your relatives named "Brown".  In
  45. ; the default mode, the reader will stop you at every message that
  46. ; contained "BROWN" somewhere in the message;  Even at unwanted messages
  47. ; that might contain "Browning", "Brownman", or "Brownstone".  To search
  48. ; for only the word "Brown", and NO word that is a superset of "Brown", you
  49. ; could search for:
  50.  
  51. #Brown
  52. #Smith
  53. #Adams
  54.  
  55. ; The tokens described above can also be combined, allowing you to search
  56. ; for WHOLE WORDS only in either the message text or the message header.
  57. ;
  58. ; The following keyword entry will find only the whole word SMITH in the
  59. ; message headers:
  60.  
  61. #@Smith
  62.  
  63. ; The following keyword entry will find only the whole word SMITH in the
  64. ; message bodies (text):
  65.  
  66. #!Smith
  67.  
  68. ; End of KEYWORDS.BW
  69.