home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / mr2_198.zip / SEARCH.INI < prev    next >
Text File  |  1993-09-14  |  3KB  |  100 lines

  1. #
  2. # This is my personal INI file I use for my NERDNOOK.QWK packets.  I have
  3. # these lines in a NERDNOOK.INI file so that these searches only apply to
  4. # that board.  This file would supplement any settings (including "global"
  5. # search criteria) found in MR2.INI.
  6. #
  7. # This is just an example file - place entries in either MR2.INI or
  8. # a local BBS INI (e.g., "NerdNook.INI")
  9.  
  10. ShowEmpties = No
  11.     # If set to YES, all defined search conferences are listed on the
  12.     # conference selection screen.  Empty conferences are shown with
  13.     # message counts of (0).  If set to NO, empty "custom" conferences
  14.     # are not listed.
  15.  
  16. DisplayStatus = No
  17.     # If set to YES, MR/2 will display a search progression string at the
  18.     # bottom of the screen.  This will appear similar to the normal
  19.     # searching status display.
  20.  
  21. SeparaterBar = Yes
  22.     # Specify YES if you wish a horizontal bar to appear between normal
  23.     # and custom conferences when listed for selection.
  24.  
  25. PositionOnMatchLine = Yes
  26.     # This causes the line that caused a message to "match" to be aligned
  27.     # at the top of the display - as if a search had been performed.
  28.     # Set this to NO if you wish to see the top of each message in all
  29.     # custom conferences.
  30.  
  31. #=====================================================================
  32. # The entry below tells MR/2 to build a conference called "Barcode".
  33. # It specifies that ALL conferences should be checked for the string
  34. # "Barcode" or "Bar Code".
  35.  
  36. MakeConference = Barcode
  37. Conferences=*
  38. String = Barcode\Bar Code
  39.  
  40.  
  41. #=====================================================================
  42. # The entry below tells MR/2 to build a conference called "MR/2".
  43. # It specifies that ALL conferences should be checked for the string
  44. # "MR/2" occuring in the subject line or body (no taglines are counted).
  45.  
  46. MakeConference = MR/2
  47. String = MR/2
  48. Check = Subject, Body
  49.  
  50.  
  51. #=====================================================================
  52. # The entry below tells MR/2 to build a conference called "MR/2 Taglines".
  53. # It specifies that ALL conferences should be checked for the string
  54. # "MR/2" in taglines ONLY.
  55.  
  56. MakeConference = MR/2 Taglines
  57. String = MR/2
  58. Check = Origin
  59.  
  60.  
  61. #=====================================================================
  62. # The entry below tells MR/2 to build a conference called
  63. # "DR DEBUG/C/C++ & OS/2".  It causes the 4 specified conferences
  64. # to be checked for the string "OS/2".
  65.  
  66. MakeConference = DR DEBUG/C/C++ & OS/2
  67. Conferences=93,99,111,183
  68. String = OS/2
  69.  
  70.  
  71. #=====================================================================
  72. # The entry below tells MR/2 to build a conference called "CTOS".
  73. # It specifies that ALL conferences should be checked for the string
  74. # "CTOS".
  75.  
  76. MakeConference = CTOS
  77. Conferences=*
  78. String = CTOS
  79.  
  80.  
  81. #=====================================================================
  82. # The entry below tells MR/2 to build a conference called "I.D. Images".
  83. # It specifies that ALL conferences should be checked for any of the
  84. # 4 strings given.
  85.  
  86. MakeConference = I.D. Images
  87. Conferences=*
  88. String = ID Images\I.D. Images\EasyLabel\Easy Label
  89.  
  90.  
  91. #=====================================================================
  92. # The entry below tells MR/2 to build a conference called "Zortech".
  93. # It specifies that ALL conferences should be checked for the string
  94. # "Zortech" or "ZTC".
  95.  
  96. MakeConference = Zortech
  97. Conferences=*
  98. String = Zortech\ZTC
  99.  
  100.