home *** CD-ROM | disk | FTP | other *** search
- #
- # This is my personal INI file I use for my NERDNOOK.QWK packets. I have
- # these lines in a NERDNOOK.INI file so that these searches only apply to
- # that board. This file would supplement any settings (including "global"
- # search criteria) found in MR2.INI.
- #
- # This is just an example file - place entries in either MR2.INI or
- # a local BBS INI (e.g., "NerdNook.INI")
-
- ShowEmpties = No
- # If set to YES, all defined search conferences are listed on the
- # conference selection screen. Empty conferences are shown with
- # message counts of (0). If set to NO, empty "custom" conferences
- # are not listed.
-
- DisplayStatus = No
- # If set to YES, MR/2 will display a search progression string at the
- # bottom of the screen. This will appear similar to the normal
- # searching status display.
-
- SeparaterBar = Yes
- # Specify YES if you wish a horizontal bar to appear between normal
- # and custom conferences when listed for selection.
-
- PositionOnMatchLine = Yes
- # This causes the line that caused a message to "match" to be aligned
- # at the top of the display - as if a search had been performed.
- # Set this to NO if you wish to see the top of each message in all
- # custom conferences.
-
- #=====================================================================
- # The entry below tells MR/2 to build a conference called "Barcode".
- # It specifies that ALL conferences should be checked for the string
- # "Barcode" or "Bar Code".
-
- MakeConference = Barcode
- Conferences=*
- String = Barcode\Bar Code
-
-
- #=====================================================================
- # The entry below tells MR/2 to build a conference called "MR/2".
- # It specifies that ALL conferences should be checked for the string
- # "MR/2" occuring in the subject line or body (no taglines are counted).
-
- MakeConference = MR/2
- String = MR/2
- Check = Subject, Body
-
-
- #=====================================================================
- # The entry below tells MR/2 to build a conference called "MR/2 Taglines".
- # It specifies that ALL conferences should be checked for the string
- # "MR/2" in taglines ONLY.
-
- MakeConference = MR/2 Taglines
- String = MR/2
- Check = Origin
-
-
- #=====================================================================
- # The entry below tells MR/2 to build a conference called
- # "DR DEBUG/C/C++ & OS/2". It causes the 4 specified conferences
- # to be checked for the string "OS/2".
-
- MakeConference = DR DEBUG/C/C++ & OS/2
- Conferences=93,99,111,183
- String = OS/2
-
-
- #=====================================================================
- # The entry below tells MR/2 to build a conference called "CTOS".
- # It specifies that ALL conferences should be checked for the string
- # "CTOS".
-
- MakeConference = CTOS
- Conferences=*
- String = CTOS
-
-
- #=====================================================================
- # The entry below tells MR/2 to build a conference called "I.D. Images".
- # It specifies that ALL conferences should be checked for any of the
- # 4 strings given.
-
- MakeConference = I.D. Images
- Conferences=*
- String = ID Images/I.D. Images/EasyLabel/Easy Label
-
-
- #=====================================================================
- # The entry below tells MR/2 to build a conference called "Zortech".
- # It specifies that ALL conferences should be checked for the string
- # "Zortech" or "ZTC".
-
- MakeConference = Zortech
- Conferences=*
- String = Zortech\ZTC
-
-