home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / mrp_099p.zip / MR2INI.ORG < prev    next >
Text File  |  1994-12-20  |  28KB  |  600 lines

  1.  
  2. #
  3. # Initialization file for the MR/2 mail reader.  This file sets
  4. # run time parameters and options.
  5. #
  6.  
  7. # NOTE that lines that start with a "#" or a ";" are considered
  8. # comments and are ignored.  Some options listed here are commented
  9. # out and are here for documentation purposes only.  Remove the
  10. # comment marker if their use is desired.
  11.  
  12. # AND Finally, note that all these comments actually slow down the
  13. # loading and operation of MR/2 somewhat.  Once your options are set,
  14. # you might consider removing all lines not actually containing
  15. # configuration data.  This file is always available in original form
  16. # as MR2INI.ORG for later reference.
  17.  
  18. #
  19. # Table of Contents
  20. # -----------------
  21. #    Section 1 - Basic MR/2 Setup
  22. #    Section 2 - Replying & Quoting
  23. #    Section 3 - Intermediate Options
  24. #    Section 4 - Advanced Options
  25. #                (** Sample Virtual Conference **)
  26. #    Section 5 - Miscellaneous Options (slightly obscure parameters)
  27. #
  28.  
  29.  
  30. #********************************************************************
  31. #************    B a s i c      M R / 2      S e t u p  ****************
  32. #********************************************************************
  33.  
  34. PacketPath=
  35.     # This is where MR2 will look for packets to read.    For convenience,
  36.     # this path should match any "download directory" specification set
  37.     # within your communications package (e.g., "PacketPath=c:\dl")
  38.  
  39. Zipper = pkzip
  40. UnZipper = pkunzip -o
  41.   #Zipper = ..\msg2rep
  42.   #Unzipper = ..\unqwk
  43.   #Zipper = Zip -j -k
  44.   #Unzipper = Unzip -j
  45.     # These are the commands used to archive and unarchive your message
  46.     # packets.    If you use something other than PKZip/UnZip, modify these
  47.     # commands appropriately.
  48.     # The second set of commands access a REXX script for unpacking and
  49.     # packing.    These scripts, included, will attempt to auto-detect the
  50.     # archive method and branch to an appropriate command.
  51.     # The third set of parameters are for use with the InfoZip utilities.
  52.  
  53. ReplyPath=..\
  54.     # Directory where ".Rep" reply packets are built and maintained.
  55.     # This should match any "upload" directory specification set inside
  56.     # your communications package. (Not a requirement, but life is made
  57.     # a little easier that way).
  58.  
  59. Editor=INTERNAL
  60.   #Editor=INTERNAL, FullScreen
  61.   #Editor=e
  62.   #Editor=NONE
  63.     # This is the command MR2 will use when invoking the editor.
  64.     # By default, the MR/2 INTERNAL editor is used.  This is a simple,
  65.     # limitted feature editor.    Add the FullScreen option to add the
  66.     # screen area normally saved for the message header for editing.
  67.     #
  68.     # The third line shows how to specify that the system PM editor "e"
  69.     # be used.    Comment out INTERNAL and uncomment this line if desired.
  70.     #
  71.     # To use QEdit and pass it a start-up macro (-e parameter), change
  72.     # this line to read:
  73.     #
  74.     #       Editor=q -e\mr2\qstartup.mac
  75.     #
  76.     # Use NONE if you wish to have your editor running in another window.
  77.     # MR/2 will not chain to an editor - it merely tells you to switch
  78.     # windows, then waits for you to switch back and press a key.
  79.  
  80.  
  81. FileSpec=*.q*
  82.     # This is the wildcard file specification to use when searching for
  83.     # packets to read.
  84.  
  85.  
  86. #***********************************************************************
  87. #************  R e p l y   &   Q u o t i n g   O p t i o n s  **********
  88. #***********************************************************************
  89.  
  90. # For attribution and signature lines, read about reply templates and
  91. # sections in MR2.DOC.    MR/2 boasts a long list of reply-time variables
  92. # for use in template sections to customize "boilerplate" text.
  93.  
  94. ReplyFile=Reply.Msg
  95.     # Temporary file name used when creating replies.  This file can be
  96.     # specified with a full path, making it easier to edit it in a separate
  97.     # window.  For instance, C:\Reply is valid
  98.  
  99. HeaderEditing=Both
  100.     # This controls when the Message header is displayed for editing.
  101.     # Options are Before, After or Both.
  102.  
  103. Tagline=@Misc2.Tag
  104. #Tagline=A QWK compatible mail reader for OS/2
  105.     # This sets the default tagline for MR2 replies.  This string is placed
  106.     # at the bottom of each reply, before the reply is edited.    You may
  107.     # change the tagline via your editor, while composing your reply.
  108.     # Example one accesses a file of multiple taglines.
  109.     # The second example provides a fixed, non-changing tagline.
  110.  
  111. TagMode=RANDOM
  112.     # This sets the tagline file access method.  RANDOM will skip around
  113.     # and randomly select the next tagline.  SEQUENTIAL will perform a
  114.     # RANDOM seek when MR/2 is first loaded, then move sequentially
  115.     # through the file after that.
  116.  
  117. QuoteBody="%i>",EachLine
  118.     # Describes how MR/2 will quote the lines of the source message when
  119.     # creating a new reply file.  The optional %i (which is the only
  120.     # parameter-type variable supported at this time) will be replaced by
  121.     # the message originator's initials.  The quote prefix may be placed
  122.     # on EachLine or on the "FirstLine" only (subsequent lines indented).
  123.     # Use Paragraph to force the full initial spec on the first line of
  124.     # each paragraph, and blank initials on subsequent lines.
  125.  
  126. OldQuoteDetect=YES
  127.     # When set to YES, MR/2 will not place the quote prefix in front of
  128.     # reply-file lines that already are prefixed with quotes.  This creates
  129.     # (usually) a much cleaner initial reply file.
  130.  
  131. HeaderInQuote=No
  132.     # You may optionally include the message header in a reply file.  This
  133.     # is often used with a clever editor "macro" to create sophisticated
  134.     # quoting styles not natively supported my MR/2.  You must be sure
  135.     # to remove all traces of the header before saving the message, as MR/2
  136.     # makes no attempt to identify or remove it.
  137.  
  138. SerialInTagline=Yes
  139.     # If you register MR/2, you will be provided with a serialized MR2.ID
  140.     # file.  As a registered user, you have the right to choose whether
  141.     # you wish to display your serial number in your tagline or not.
  142.     # Regardless, MR/2 will remove the "NR" (Not Registered) identifier
  143.     # from all your tags.
  144.  
  145. SplitLongReplies=Yes
  146.     # MR/2 will split replies into "multiple" message at somewhere around
  147.     # 92 lines if left at YES.    Set to NO, no splitting is performed.
  148.     # ALTERNATIVELY, you may specify a number here, which will be the
  149.     # equivelent of saying "YES", but sets the split at count to
  150.     # whatever you specify.
  151.  
  152. WrapLinesAtColumn=80
  153.     # This keeps lines within reasonable lengths.  Using the system "E"
  154.     # editor with word-wrap mode causes some problems.    The text appears
  155.     # to wrap on-screen, but MR/2 has no way of knowing where the editor
  156.     # has determined the wrap should be.  With this option set, lines are
  157.     # word wrapped at this column, avoiding truncated messages.
  158.  
  159. BackupOldReplies = Yes
  160.     # If YES is specified, any .REP file that is to be deleted is frist
  161.     # copied to a .OLD file.  If NO is specified, the .REP files are
  162.     # deleted and no backup is performed.
  163.  
  164. SuppressVersionInTagline = NO
  165.     # This controls tagline generation for registered users only.
  166.     # Specifying YES here will create taglines without the MR/2 version
  167.     # number.  You may also suppress the serial number by setting
  168.     # SerialInTag to NO.  These two switches together will cause an
  169.     # MR/2 signiture like: " * MR/2 * Tagline goes here"
  170.  
  171. TagStyle=PCBoard,Autosense
  172.   #TagStyle=Fido
  173.   #TagStyle=TwoLine
  174.     # This option has been around for a long time; just never documented.
  175.     # This controls the type of tearline and tagline characters used. If
  176.     # set to PCBoard (just now changed to the default), you get the
  177.     # customary three dashed followed by the MR/2 identifier surrounded
  178.     # by hi-end ASCII characters "■".  If set to Fidonet mode, underlines
  179.     # replace the dashes, and "*"'s are used as delimiters.
  180.     # Twoline mode uses a more unique format that allows longer taglines.
  181.     # The keyword AutoSense, when it exists, tells MR/2 to determine if
  182.     # the reply is to a Fidonet-sourced message.  If it is, then Fidonet
  183.     # mode is invoked.    Otherwise, PC-Board style tags are used.
  184.  
  185. LogReplies = YES
  186.     # Controls the creation and maintenance of a reply log.  Set to YES,
  187.     # all replies are logged to an online reply "folder".  Set to FULL,
  188.     # copies of the original message preface every reply.  Set to NO, no
  189.     # reply logging is performed.  The reply folder is maintained in a
  190.     # conference named ReplyLog.
  191.  
  192. ReplyStripTagline=Yes
  193.     # Used only when SmartQuoting is on.  If set to YES, the quoting will
  194.     # not include the message's tag/origin lines.  Set this to NO to
  195.     # quote the entire message.
  196.  
  197. SmartQuoting=YES
  198.     # SmartQuoting will "prewrap" the reply file that MR/2 generates,
  199.     # compensating for the user initial prefix string.    In other words,
  200.     # when you first see the reply, the original sender's text will be
  201.     # rewrapped and quoted so as to fit inside the WrapLinesAtColumn
  202.     # defined elsewhere in MR2.INI.
  203.     # Options are YES, NO or FULL.    Full is aggressive, where most of the
  204.     # text is totally rewrapped.
  205.     # NOTE: that existing quoted lines ARE NOT REWRAPPED.
  206.  
  207. SmartWrapping=Yes
  208.     # SmartWrapping will change the logic used by MR/2 when the edited
  209.     # reply file is saved. If set to NO, the old wrapping method is used.
  210.     # When left on, MR/2 will format your NEW text with some intellegence.
  211.     # There is logic to differentiate between a "hard" and "soft" return,
  212.     # and soft returns will be removed if necessary.
  213.  
  214.     # The old technique would simply insert hard returns to make the line
  215.     # fit within the declared wrap column.    The remaining section of the
  216.     # original line would often be short (one or two words) and look out
  217.     # of place, stranded on a line by itself.  The new technique attempts
  218.     # to rewrap the text as a whole and eliminate some of the older
  219.     # method's ugly results.
  220.     # Options are YES, NO or FULL.    Full is aggressive, where most of the
  221.     # text is totally rewrapped.
  222.  
  223.     # NOTE: Quoted lines ARE NOT REWRAPPED, these are always considered
  224.     # to be prefixed and terminated by hard returns.
  225.  
  226. RemoveReplyBookmarks = No
  227.     # This flag, if set to YES, sets the last byte of each reply header
  228.     # back to a space before packing the replies.  Any MR/2 bookmark
  229.     # information saved with replies is lost, but some networks may
  230.     # use this byte internally and any non-standard value here might
  231.     # cause problems.  Leave set to NO unless you determine that there
  232.     # is an MR/2-specific problem with your origin lines or end
  233.     # of your replies.
  234.  
  235. ReassembleSplits = Ask
  236.     # Controls the Prompt when a reply is to be modified and it is
  237.     # found to be one part of a "split" message.  If YES is specified,
  238.     # MR/2 will automatically reassemble all the split parts into
  239.     # one single large "whole" for modifications.  If NO is specified,
  240.     # MR/2 will only bring in the one individual part for editing.
  241.     # If ASK is specified, MR/2 prompts you for the desired action for
  242.     # each reply you request to modify.
  243.  
  244.  
  245. #***********************************************************************
  246. #************  I n t e r m e d i a t e      O p t i o n s  ***************
  247. #***********************************************************************
  248.  
  249. MessageOrder=Subject
  250.     # May be set to "Subject" or "None" and specifies the reading order of
  251.     # messages.  When Subject is chosen, many extra "thread" related keys
  252.     # become available.  For instance, the TAB and BACKSPACE key can be used
  253.     # to skip through threads, and the "Q" key will invoke a thread summary
  254.     # menu.
  255.  
  256. SaveFile=..\*.txt
  257.     # This is the file to which messages are appended when they are "saved" or
  258.     # filed for later reference.  Use the "S" key while viewing a message to
  259.     # append it to this file in printable form.
  260.     # NOTE that if this specification contains an "*" or a "?", then MR/2
  261.     # displays an existing file pick-list anytime the "S" is pressed.
  262.     # You may cancel from this list and enter a new file name if desired.
  263.  
  264. Colors=1F171EE0
  265. #Colors=0F0E0A
  266.     # Yes, this is crude - I'll include something more friendly later.
  267.     # The first two characters describe the "normal" text color for messages,
  268.     # which is shown here as 1E, or Blue background (1) White foreground (F).
  269.     # The second two are the quoted-text colors, 17 is Blue background (1)
  270.     # with a White foreground (7).    The third set of 2 numbers are the
  271.     # message header display colors (the From/To/Subject section on top).
  272.     # Forth set is the search-word highlight color for search-hit messages.
  273.     # This is the only color configuration support at this time.
  274.     # Colors: 0 = Black     1 = Blue   2 = Green   3 = Cyan    4 = Red
  275.     #          5 = Magenta    6 = Brown  7 = White   8 = Gray    9 = Light Blue
  276.     #          A = Lt. Green        B = Lt. Cyan      C = Lt. Red
  277.     #          D = Lt. Megenta       E = Yellow         F = Intense White
  278.     #
  279.     # I personally have changed to the second example here, which gives a
  280.     # black background with bold-white text, yellow quotes and green header.
  281.  
  282. PMColors=6,-2,-1,2
  283.     # Quoted Text, Normal Text, Background Color, Search-text Hilight Color
  284.     #default = DT_HALFTONE for quotes, normal text/background
  285.     # change 1, 2 or all 3; background defaults to LISTBOX
  286.     #WHITE         -2       #NEUTRAL        7
  287.     #BLACK         -1       #DARKGRAY        8
  288.     #BACKGROUND   0       #DARKBLUE        9
  289.     #BLUE          1       #DARKRED           10
  290.     #RED          2       #DARKPINK        11
  291.     #PINK          3       #DARKGREEN       12
  292.     #GREEN          4       #DARKCYAN        13
  293.     #CYAN          5       #BROWN           14
  294.     #YELLOW       6       #PALEGRAY        15
  295.  
  296.  
  297. ShowBBSID = Top
  298.     # Controls the display of the BBS ID string (Packet name, BBS name
  299.     # and conference name).  The default is TOP, which displays this string
  300.     # on the message divider bar.  You may specify BOTTOM, which places it
  301.     # in the lower left corner of the status line; removing the helpful
  302.     # hints text from view.  Specifying BOTH displays the string in both
  303.     # spots, while NO hides it altogether.
  304.  
  305. SkipReadMessages=No
  306.     # If set to YES, MR/2 will bypass any messages you've already read.
  307.     # The problem with this option is that, if a conference contains only
  308.     # previously-read messages, then MR/2 will skip right out of that
  309.     # conference - there's no way to get back in.
  310.  
  311. VideoMode=25
  312.     # Specifies the number of lines/screen the display will be set to upon
  313.     # entering MR/2.  Possibilities are: 25, 28, 34, 40, 43, 50 or 60.
  314.     # You may also toggle through these when on the packet selection screen
  315.     # by pressing ALT-V.
  316.  
  317. AllUpperCase=Yes
  318.     # Converts Subject, From and To user names to upper-case before saving
  319.     # replies, if set to YES.  If set to NO, the case you supply is preserved.
  320.  
  321. SortMasterConferences=Yes
  322.     # The master conference list is stored as found in the BBS's control
  323.     # file.  If this parameter is omitted or set to NO, this list is
  324.     # displayed in its default order.  If YES is specified here, the list
  325.     # is sorted alphabetically by conference name.    NOTE:  This is the
  326.     # MASTER conference list (i.e., "Write New" message list).
  327.  
  328. BeepOnPersonals = Yes
  329.     # Turns the "beep" when a personal message is displayed off and on.
  330.     # Specify YES is you want MR/2 to beep on your personal messages, NO
  331.     # for silent running.
  332.  
  333. GoToLastRead = No
  334.     # If set to YES, will suppress the "do you wish to return to your
  335.     # previous reading position" prompt and jump there automatically.
  336.  
  337. #PacketSort = ATIME_DDATE
  338.     # This controls the sort order in which packets are shown on the
  339.     # Packet Selection screen.    Possible values are:
  340.     #        Name        - sort alphabetically
  341.     #        DTime_DDate - descending time within descending date (default)
  342.     #        ATime_DDate - ascending time within descending date.
  343.     #                      List todays packets first, morning's first,
  344.     #                      the afternoon's, then evenings.
  345.     #                      This makes .qwk, .qw0, .qw1 list in order.
  346.  
  347. #FileViewer=List
  348.     # May be used to specify an external file viewer for viewing news,
  349.     # bulletins and file lists.  The default is to use the internal viewer.
  350.  
  351. ShowReadPercent=Yes
  352.     # Controls the packet select screen look.  Setting this to NO will use
  353.     # the old screen look (v1.57 and before) where no percentages and/or
  354.     # counts were displayed.  The default is yes, which gives you an
  355.     # expanded window and per-packet statistics.
  356.  
  357. AutoUnpack = NO
  358.     # The default is NO, which means that if an existing REP file is
  359.     # found when unpacking a BBS's packet, you will be prompted for its
  360.     # disposition.    If YES is specified here, then the replies are
  361.     # automatically unpacked, as if you had answered "KEEP" to the
  362.     # "Replies exist" prompt.
  363.  
  364. #AutoFirstKey = Q
  365.     # This is a keypress that can be automatically similated whenever
  366.     # you first enter a conference.  For example, if the first thing
  367.     # you do upon entering a new conference is to press Q for the
  368.     # Quick Thread Summary, specifying Q will do this for you.    Another
  369.     # logical choice would be to specify the I key.  NOTE that this
  370.     # feature works ONLy for conferences with 2 or more messages.
  371.  
  372. PacketRefresh = 60
  373.     # Controls how often, in seconds, the packet selection screen is
  374.     # updated to reflect changes in the packet list.  The default is every
  375.     # 60 seconds.  Specify 0 (zero) to suppress the refresh process
  376.     # entirely.
  377.  
  378. SavePointerFiles = YES
  379.     # Controls whether or not your packets' message pointer files are
  380.     # saved.  Often a QWK packet will contain a bbsname.PTR or
  381.     # bbsname.PNT file.  These files contain the message pointers for
  382.     # the current session.    If these files are present, the QWK door
  383.     # will accept the uploading of this file in order to reset message
  384.     # pointers to the values recorded within.  This allows you to
  385.     # recover message that may have been lost due to a faulty or corrupt
  386.     # downloaded packet.  If set to YES, any PTR or PNT file found when
  387.     # a packet is opened is saved in the MR/2 directory (note that MR/2
  388.     # will *not* overwrite an existing file if it is found to be newer
  389.     # that the packet's file.).
  390.  
  391. #F2 = list c:\phone.nbr
  392. #F3 = q ..\mr2.ini
  393. #F10 = your command here
  394.     # Assign command-line actions to function keys F2 through F10 with
  395.     # these INI parameters.  When viewing messages, these commands will
  396.     # be invoked if the corresponding key is pressed.
  397.     # NOTE that the current message is written to the named ReplyFile
  398.     # before any command function is invoked.  This allows external
  399.     # ASCII viewers and the like to function with the current message's
  400.     # data.
  401.  
  402.  
  403. #***********************************************************************
  404. #**************  A d v a n c e d    O p t i o n s  *********************
  405. #***********************************************************************
  406.  
  407. TemplateFile=..\template.tf
  408.     # This is a template file used in the creation of your replies.
  409.     # When you reply to any message, MR/2 will format the reply
  410.     # as defined by this file.    This allows for the creation of
  411.     # attribution and signature lines.    Variables are available for
  412.     # accessing source message and system data (e.g., FROM and DATE).
  413.     # See the read.me file and/or MR2.doc for more details.
  414.     # A Sample template file is available as example.tf.
  415.  
  416. #V0 = Variable assignment 0
  417. #V1 = Variable assignment 1
  418.     # For use with templates, you can assign or reassign the value of
  419.     # 10 user-defined variables.  Set V0 through V9 to any text string
  420.     # you might find handy.  These strings can then be placed in any
  421.     # template file line.  When a template line using one of these variables
  422.     # is accessed, the variable (e.g., @V0@) will be replaced with the
  423.     # string you have assigned to it.
  424.  
  425. Internet=-1
  426. Netmail=-1
  427.     # Use these parameters to declare which conferences, if any, handle
  428.     # Internet mail and Fidonet netmail, respectively.    For example,
  429.     # PC-Ohio has Internet mail in conference 5 and Fidonet netmail in
  430.     # conference 6.  My PC-OHIO.INI file has: Internet=5, Netmail=6.
  431.     # Nerd' Nook has Netmail in conference in 139 and no Internet
  432.     # capabilities.  My NerdNook.INI file has the lines:
  433.     # Internet=-1, Netmail=139.
  434.     # The "-1" tells MR/2 that there is no Internet support, and makes
  435.     # sure that the Internet section template is not referenced.
  436.  
  437. FolderPath=..\
  438.     # This is the default directory path from which MR/2 will create
  439.     # BBS specific directories for folders.  Using this default, MR/2
  440.     # will build a sub directory (when a folder is to be created) for the
  441.     # current BBS directory off of the MR/2 "home" directory.  You may
  442.     # specificy any other desored "root" directory for folders, though.
  443.     # Folders currently include the Inbasket and Reply Log.
  444.  
  445. #PreEdit = c:\utility\quoter
  446.     # This entry may be used to specify a "pre editing" process for replies.
  447.     # If specified, the reply file name is appended to this line and
  448.     # executed as a command line after a reply file has been created but
  449.     # before the editor is loaded.    Allows for user intervention at this
  450.     # point in processing, for such things as fancy quoting utilities.
  451.  
  452. #PostEdit = c:\utility\ss
  453. #PostEdit = INTERNAL
  454.     # May be used to specify a "pst editing" process for replies.
  455.     # If specified, the reply file name is appended to this line and
  456.     # executed as a command line after a reply file has been edited and saved
  457.     # but before the messages is recorded in the reply file.  Allows for
  458.     # user intervention at this point in processing, for such things as
  459.     # external spelling checkers.  The example here runs ShareSpell, an
  460.     # MS-DOS shareware spell checker, against all finished replies.
  461.     #
  462.     # NOTE:  INTERNAL may be specified.  This flags MR/2 to run its
  463.     # internal spelling checker against all finished replies.  This
  464.     # allows automatic access to the built-in spelling checker even
  465.     # when using an external editor.
  466.  
  467. PurgeAfterCount = 200
  468. PurgeAfterDays = 90
  469.     # Controls the automatic purging of Reply Log messages.
  470.     # The example here tells MR/2 to keep a logged reply for no more
  471.     # than 90 days, and to never keep more than 200 in the log.  When
  472.     # your folders are packed (upon exiting a packet), MR/2 will first
  473.     # delete any message older that the day-count specified here.  It
  474.     # will then count the messages and, if more than the specified
  475.     # maximum count exist, delete the oldest messages until the count is
  476.     # the specified max.  Message marked as PERMANENT (the "!" key) are
  477.     # protected from purging.  You may disable either or both of these
  478.     # auto-purge processes by removing the corresponding parameter
  479.     # from this file, or by setting its value to 0.  Reply log messages
  480.     # may always be "killed" manually, removing them from the log when
  481.     # folders are packed.
  482.  
  483. #DoorName = RoseMail
  484.     # This parameter is provided as a means of identifying the BBS Door
  485.     # software you use to process your QWK packets.  This is useful, for
  486.     # example, if the QWK door does not provide a DOOR.ID file, in which
  487.     # case MR/2 may not address and create door configuration messages
  488.     # (DROP and ADD) properly.    It will also benefit cases where you are
  489.     # configuring the door offline after selecting NO PACKET entry.  In
  490.     # this case, no DOOR.ID file will be present, and MR/2 will default
  491.     # to QMAIL based configuration messages.
  492.  
  493.  
  494. # -------    S a m p l e    V i r t u a l    C o n f e r e n c e  -------
  495.  
  496. # More detailed examples can be found in the sample file "Search.INI"
  497. # Virtual conferences are one of MR/2's most powerful features.  Make
  498. # sure you don't miss out on these.
  499.  
  500. MakeConference = MR/2 Talk
  501. Conference = *
  502. Check = Subject, Body
  503. String = MR/2 | MR2 | MR-2
  504.  
  505. #HideConferences =    2344, 1823, 89
  506.     # This is a new "helper" function for search/virtual conference
  507.     # entries.    It allows conferences, specified by number, to be
  508.     # "hidden" from the conferences w/mail selection screen.  You may
  509.     # specify multiple conference numbers on this line, separated
  510.     # by commas.  You may also have multiple HideConference lines, the
  511.     # lines are collected into a single internal list and have a
  512.     # cumulative effect.  I use this, for example, to hide the dozen or
  513.     # so FORSALE conference I download, as I let my virtual conference
  514.     # builder pick out the message I want to see.  I never go into
  515.     # these conference on an individual basis, hence, I need not see them
  516.     # as readable conference.
  517.  
  518.  
  519. #***********************************************************************
  520. #***********  M i s c e l l a n e o u s    O p t i o n s  **************
  521. #***********************************************************************
  522.  
  523. Attributes=Extended
  524. #Attributes=NONE
  525.     # When preparing to edit reply files, MR/2 can optionally mark these
  526.     # files as type "Plain Text" so, for example, the "E" editor will not
  527.     # force you to set the type before saving.    "None" means don't use
  528.     # extended attributes.    "Extended" tells MR/2 to set them.
  529.  
  530. KeepMessageMarks=YES
  531.     # If set to YES, MR/2 will track the read/replied/saved status of
  532.     # every message, as well as your current position in the packet.  This
  533.     # information is stored as OS/2 extended attributes and will stay
  534.     # attached to the file as it is copied or renamed.    When a previously
  535.     # read packet is reopened, you will be asked if you wish to return to
  536.     # you previous position.  Answering YES will return you to that spot,
  537.     # responding NO will place you at the conference selection screen.
  538.  
  539. ExitAtEndOfParameters=Yes
  540.     # This parameter defines what MR/2 does when parameters are provided
  541.     # on the command line (or via "association").  If set to YES, MR/2
  542.     # exits when all packets listed as command line parameter have been
  543.     # read.  If NO, then MR/2 simply returns to the packet selection
  544.     # screen.  NOTE:  If no paramaters are passed on the command line, this
  545.     # option has no effect.  See the read.me file for more detail.
  546.  
  547. #ThreadChangeTone=20000,10
  548.     # May be used to tell MR/2 to make a tone while paging through messages,
  549.     # when the "thread" changes.  Uncomment the line and play with the
  550.     # numbers - let me know how useful this is to you :)
  551.  
  552. #NewMessageEditor=E
  553.     # This is an optional entry.  If you wish to run a different editor
  554.     # for NEW messages, or run the same editor with different startup
  555.     # macros for NEW messages, specify it here.  This NEW editor is
  556.     # also used to edit News, Bulletins and Newfile listings.  If not
  557.     # specified, the base editor is always used.
  558.  
  559. MouseMode = DoubleClick
  560.   #MouseMode = OFF
  561.     # Can be set to DoubleClick (the new default) or SingleClick (the
  562.     # old way).  Double click will be required to select any entry from
  563.     # a selection list.  In SingleClick mode, a single mouse click will
  564.     # select an entry.    DoubleClicking is provided for use with the new
  565.     # "mouse menus".  The OFF option hides the mouse cursor from program
  566.     # startup.    For users who don't use the mouse, but are tired of
  567.     # moving the cursor out of the way.
  568.  
  569. MouseClickSpeed = 500
  570.     # The maximum time, in miliseconds, between mouse clicks for them to
  571.     # be considered "double" clicks.
  572.  
  573. MouseScrollSpeed = 1
  574.     # Controls the speed of scrolling when you park the mouse on a scroll
  575.     # arrow and hold the left mouse button down.  A value of one is the
  576.     # fastest you can get right now, if this is too fast for you, raise
  577.     # this number.    This represents the number of milliseconds delay before
  578.     # MR/2 generates a psuedo mouse click for you.
  579.  
  580. #BackDropMaxLines = 25
  581.     # Used to control how much of the WELCOME and GOODBYE screens are
  582.     # displayed as "backdrops".  Some BBS's have WELCOME screens that
  583.     # contain ANSI codes and are hundreds of lines long.  This causes
  584.     # slow downs in between conferences.  Setting this to 25, for example,
  585.     # causes the display to stop after 25 lines have been displayed.
  586.     # Set the value to 0 (zero) to supress the display of backdrops all
  587.     # together.
  588.  
  589. #CursorSize = 6
  590.     # Used to control the size of the "normal" cursor when inside the
  591.     # internal editor.    Under some higher-line modes, users have reported
  592.     # trouble seeing the cursor.  My attempts to enlarge it solved only
  593.     # some of the cases.  By default, the cursor size is 1 or 2 scan lines
  594.     # tall in 25 line mode.  When switching to 34 line or greater, the
  595.     # cursor size becomes 6 scanlines.    The cursor size for "overtype"
  596.     # cursors if 13 scanlines.    USE THIS OPTION ONLY IF NECCESSARY.  It's
  597.     # meant only to solve some specialized, infrequent problems.
  598.  
  599.  
  600.