home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mr2_230.zip / MR2INI.ORG < prev    next >
Text File  |  1995-02-05  |  29KB  |  585 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. ShowBBSID = Top
  283.     # Controls the display of the BBS ID string (Packet name, BBS name
  284.     # and conference name).  The default is TOP, which displays this string
  285.     # on the message divider bar.  You may specify BOTTOM, which places it
  286.     # in the lower left corner of the status line; removing the helpful
  287.     # hints text from view.  Specifying BOTH displays the string in both
  288.     # spots, while NO hides it altogether.
  289.  
  290. SkipReadMessages=No
  291.     # If set to YES, MR/2 will bypass any messages you've already read.
  292.     # The problem with this option is that, if a conference contains only
  293.     # previously-read messages, then MR/2 will skip right out of that
  294.     # conference - there's no way to get back in.
  295.  
  296. VideoMode=25
  297.     # Specifies the number of lines/screen the display will be set to upon
  298.     # entering MR/2.  Possibilities are: 25, 28, 34, 40, 43, 50 or 60.
  299.     # You may also toggle through these when on the packet selection screen
  300.     # by pressing ALT-V.
  301.  
  302. AllUpperCase=Yes
  303.     # Converts Subject, From and To user names to upper-case before saving
  304.     # replies, if set to YES.  If set to NO, the case you supply is preserved.
  305.  
  306. SortMasterConferences=Yes
  307.     # The master conference list is stored as found in the BBS's control
  308.     # file.  If this parameter is omitted or set to NO, this list is
  309.     # displayed in its default order.  If YES is specified here, the list
  310.     # is sorted alphabetically by conference name.  NOTE:  This is the
  311.     # MASTER conference list (i.e., "Write New" message list).
  312.  
  313. BeepOnPersonals = Yes
  314.     # Turns the "beep" when a personal message is displayed off and on.
  315.     # Specify YES is you want MR/2 to beep on your personal messages, NO
  316.     # for silent running.
  317.  
  318. GoToLastRead = No
  319.     # If set to YES, will suppress the "do you wish to return to your
  320.     # previous reading position" prompt and jump there automatically.
  321.  
  322. #PacketSort = ATIME_DDATE
  323.     # This controls the sort order in which packets are shown on the
  324.     # Packet Selection screen.  Possible values are:
  325.     #       Name        - sort alphabetically
  326.     #       DTime_DDate - descending time within descending date (default)
  327.     #       ATime_DDate - ascending time within descending date.
  328.     #                     List todays packets first, morning's first,
  329.     #                     the afternoon's, then evenings.
  330.     #                     This makes .qwk, .qw0, .qw1 list in order.
  331.  
  332. #FileViewer=List
  333.     # May be used to specify an external file viewer for viewing news,
  334.     # bulletins and file lists.  The default is to use the internal viewer.
  335.  
  336. ShowReadPercent=Yes
  337.     # Controls the packet select screen look.  Setting this to NO will use
  338.     # the old screen look (v1.57 and before) where no percentages and/or
  339.     # counts were displayed.  The default is yes, which gives you an
  340.     # expanded window and per-packet statistics.
  341.  
  342. AutoUnpack = NO
  343.     # The default is NO, which means that if an existing REP file is
  344.     # found when unpacking a BBS's packet, you will be prompted for its
  345.     # disposition.  If YES is specified here, then the replies are
  346.     # automatically unpacked, as if you had answered "KEEP" to the
  347.     # "Replies exist" prompt.
  348.  
  349. #AutoFirstKey = Q
  350.     # This is a keypress that can be automatically similated whenever
  351.     # you first enter a conference.  For example, if the first thing
  352.     # you do upon entering a new conference is to press Q for the
  353.     # Quick Thread Summary, specifying Q will do this for you.  Another
  354.     # logical choice would be to specify the I key.  NOTE that this
  355.     # feature works ONLy for conferences with 2 or more messages.
  356.  
  357. PacketRefresh = 60
  358.     # Controls how often, in seconds, the packet selection screen is
  359.     # updated to reflect changes in the packet list.  The default is every
  360.     # 60 seconds.  Specify 0 (zero) to suppress the refresh process
  361.     # entirely.
  362.  
  363. SavePointerFiles = YES
  364.     # Controls whether or not your packets' message pointer files are
  365.     # saved.  Often a QWK packet will contain a bbsname.PTR or
  366.     # bbsname.PNT file.  These files contain the message pointers for
  367.     # the current session.  If these files are present, the QWK door
  368.     # will accept the uploading of this file in order to reset message
  369.     # pointers to the values recorded within.  This allows you to
  370.     # recover message that may have been lost due to a faulty or corrupt
  371.     # downloaded packet.  If set to YES, any PTR or PNT file found when
  372.     # a packet is opened is saved in the MR/2 directory (note that MR/2
  373.     # will *not* overwrite an existing file if it is found to be newer
  374.     # that the packet's file.).
  375.  
  376. #F2 = list c:\phone.nbr
  377. #F3 = q ..\mr2.ini
  378. #F10 = your command here
  379.     # Assign command-line actions to function keys F2 through F10 with
  380.     # these INI parameters.  When viewing messages, these commands will
  381.     # be invoked if the corresponding key is pressed.
  382.     # NOTE that the current message is written to the named ReplyFile
  383.     # before any command function is invoked.  This allows external
  384.     # ASCII viewers and the like to function with the current message's
  385.     # data.
  386.  
  387.  
  388. #***********************************************************************
  389. #**************  A d v a n c e d    O p t i o n s  *********************
  390. #***********************************************************************
  391.  
  392. TemplateFile=..\template.tf
  393.     # This is a template file used in the creation of your replies.
  394.     # When you reply to any message, MR/2 will format the reply
  395.     # as defined by this file.  This allows for the creation of
  396.     # attribution and signature lines.  Variables are available for
  397.     # accessing source message and system data (e.g., FROM and DATE).
  398.     # See the read.me file and/or MR2.doc for more details.
  399.     # A Sample template file is available as example.tf.
  400.  
  401. #V0 = Variable assignment 0
  402. #V1 = Variable assignment 1
  403.     # For use with templates, you can assign or reassign the value of
  404.     # 10 user-defined variables.  Set V0 through V9 to any text string
  405.     # you might find handy.  These strings can then be placed in any
  406.     # template file line.  When a template line using one of these variables
  407.     # is accessed, the variable (e.g., @V0@) will be replaced with the
  408.     # string you have assigned to it.
  409.  
  410. Internet=-1
  411. Netmail=-1
  412.     # Use these parameters to declare which conferences, if any, handle
  413.     # Internet mail and Fidonet netmail, respectively.  For example,
  414.     # PC-Ohio has Internet mail in conference 5 and Fidonet netmail in
  415.     # conference 6.  My PC-OHIO.INI file has: Internet=5, Netmail=6.
  416.     # Nerd' Nook has Netmail in conference in 139 and no Internet
  417.     # capabilities.  My NerdNook.INI file has the lines:
  418.     # Internet=-1, Netmail=139.
  419.     # The "-1" tells MR/2 that there is no Internet support, and makes
  420.     # sure that the Internet section template is not referenced.
  421.  
  422. FolderPath=..\
  423.     # This is the default directory path from which MR/2 will create
  424.     # BBS specific directories for folders.  Using this default, MR/2
  425.     # will build a sub directory (when a folder is to be created) for the
  426.     # current BBS directory off of the MR/2 "home" directory.  You may
  427.     # specificy any other desored "root" directory for folders, though.
  428.     # Folders currently include the Inbasket and Reply Log.
  429.  
  430. #PreEdit = c:\utility\quoter
  431.     # This entry may be used to specify a "pre editing" process for replies.
  432.     # If specified, the reply file name is appended to this line and
  433.     # executed as a command line after a reply file has been created but
  434.     # before the editor is loaded.  Allows for user intervention at this
  435.     # point in processing, for such things as fancy quoting utilities.
  436.  
  437. #PostEdit = c:\utility\ss
  438. #PostEdit = INTERNAL
  439.     # May be used to specify a "pst editing" process for replies.
  440.     # If specified, the reply file name is appended to this line and
  441.     # executed as a command line after a reply file has been edited and saved
  442.     # but before the messages is recorded in the reply file.  Allows for
  443.     # user intervention at this point in processing, for such things as
  444.     # external spelling checkers.  The example here runs ShareSpell, an
  445.     # MS-DOS shareware spell checker, against all finished replies.
  446.     #
  447.     # NOTE:  INTERNAL may be specified.  This flags MR/2 to run its
  448.     # internal spelling checker against all finished replies.  This
  449.     # allows automatic access to the built-in spelling checker even
  450.     # when using an external editor.
  451.  
  452. PurgeAfterCount = 200
  453. PurgeAfterDays = 90
  454.     # Controls the automatic purging of Reply Log messages.
  455.     # The example here tells MR/2 to keep a logged reply for no more
  456.     # than 90 days, and to never keep more than 200 in the log.  When
  457.     # your folders are packed (upon exiting a packet), MR/2 will first
  458.     # delete any message older that the day-count specified here.  It
  459.     # will then count the messages and, if more than the specified
  460.     # maximum count exist, delete the oldest messages until the count is
  461.     # the specified max.  Message marked as PERMANENT (the "!" key) are
  462.     # protected from purging.  You may disable either or both of these
  463.     # auto-purge processes by removing the corresponding parameter
  464.     # from this file, or by setting its value to 0.  Reply log messages
  465.     # may always be "killed" manually, removing them from the log when
  466.     # folders are packed.
  467.  
  468. #DoorName = RoseMail
  469.     # This parameter is provided as a means of identifying the BBS Door
  470.     # software you use to process your QWK packets.  This is useful, for
  471.     # example, if the QWK door does not provide a DOOR.ID file, in which
  472.     # case MR/2 may not address and create door configuration messages
  473.     # (DROP and ADD) properly.  It will also benefit cases where you are
  474.     # configuring the door offline after selecting NO PACKET entry.  In
  475.     # this case, no DOOR.ID file will be present, and MR/2 will default
  476.     # to QMAIL based configuration messages.
  477.  
  478.  
  479. # -------   S a m p l e    V i r t u a l    C o n f e r e n c e  -------
  480.  
  481. # More detailed examples can be found in the sample file "Search.INI"
  482. # Virtual conferences are one of MR/2's most powerful features.  Make
  483. # sure you don't miss out on these.
  484.  
  485. MakeConference = MR/2 Talk
  486. Conference = *
  487. Check = Subject, Body
  488. String = MR/2 | MR2 | MR-2
  489.  
  490. #HideConferences =  2344, 1823, 89
  491.     # This is a new "helper" function for search/virtual conference
  492.     # entries.  It allows conferences, specified by number, to be
  493.     # "hidden" from the conferences w/mail selection screen.  You may
  494.     # specify multiple conference numbers on this line, separated
  495.     # by commas.  You may also have multiple HideConference lines, the
  496.     # lines are collected into a single internal list and have a
  497.     # cumulative effect.  I use this, for example, to hide the dozen or
  498.     # so FORSALE conference I download, as I let my virtual conference
  499.     # builder pick out the message I want to see.  I never go into
  500.     # these conference on an individual basis, hence, I need not see them
  501.     # as readable conference.
  502.  
  503.  
  504. #***********************************************************************
  505. #***********  M i s c e l l a n e o u s    O p t i o n s  **************
  506. #***********************************************************************
  507.  
  508. Attributes=Extended
  509. #Attributes=NONE
  510.     # When preparing to edit reply files, MR/2 can optionally mark these
  511.     # files as type "Plain Text" so, for example, the "E" editor will not
  512.     # force you to set the type before saving.  "None" means don't use
  513.     # extended attributes.  "Extended" tells MR/2 to set them.
  514.  
  515. KeepMessageMarks=YES
  516.     # If set to YES, MR/2 will track the read/replied/saved status of
  517.     # every message, as well as your current position in the packet.  This
  518.     # information is stored as OS/2 extended attributes and will stay
  519.     # attached to the file as it is copied or renamed.  When a previously
  520.     # read packet is reopened, you will be asked if you wish to return to
  521.     # you previous position.  Answering YES will return you to that spot,
  522.     # responding NO will place you at the conference selection screen.
  523.  
  524. ExitAtEndOfParameters=Yes
  525.     # This parameter defines what MR/2 does when parameters are provided
  526.     # on the command line (or via "association").  If set to YES, MR/2
  527.     # exits when all packets listed as command line parameter have been
  528.     # read.  If NO, then MR/2 simply returns to the packet selection
  529.     # screen.  NOTE:  If no paramaters are passed on the command line, this
  530.     # option has no effect.  See the read.me file for more detail.
  531.  
  532. #ThreadChangeTone=20000,10
  533.     # May be used to tell MR/2 to make a tone while paging through messages,
  534.     # when the "thread" changes.  Uncomment the line and play with the
  535.     # numbers - let me know how useful this is to you :)
  536.  
  537. #NewMessageEditor=E
  538.     # This is an optional entry.  If you wish to run a different editor
  539.     # for NEW messages, or run the same editor with different startup
  540.     # macros for NEW messages, specify it here.  This NEW editor is
  541.     # also used to edit News, Bulletins and Newfile listings.  If not
  542.     # specified, the base editor is always used.
  543.  
  544. MouseMode = DoubleClick
  545.   #MouseMode = OFF
  546.     # Can be set to DoubleClick (the new default) or SingleClick (the
  547.     # old way).  Double click will be required to select any entry from
  548.     # a selection list.  In SingleClick mode, a single mouse click will
  549.     # select an entry.  DoubleClicking is provided for use with the new
  550.     # "mouse menus".  The OFF option hides the mouse cursor from program
  551.     # startup.  For users who don't use the mouse, but are tired of
  552.     # moving the cursor out of the way.
  553.  
  554. MouseClickSpeed = 500
  555.     # The maximum time, in miliseconds, between mouse clicks for them to
  556.     # be considered "double" clicks.
  557.  
  558. MouseScrollSpeed = 1
  559.     # Controls the speed of scrolling when you park the mouse on a scroll
  560.     # arrow and hold the left mouse button down.  A value of one is the
  561.     # fastest you can get right now, if this is too fast for you, raise
  562.     # this number.  This represents the number of milliseconds delay before
  563.     # MR/2 generates a psuedo mouse click for you.
  564.  
  565. #BackDropMaxLines = 25
  566.     # Used to control how much of the WELCOME and GOODBYE screens are
  567.     # displayed as "backdrops".  Some BBS's have WELCOME screens that
  568.     # contain ANSI codes and are hundreds of lines long.  This causes
  569.     # slow downs in between conferences.  Setting this to 25, for example,
  570.     # causes the display to stop after 25 lines have been displayed.
  571.     # Set the value to 0 (zero) to supress the display of backdrops all
  572.     # together.
  573.  
  574. #CursorSize = 6
  575.     # Used to control the size of the "normal" cursor when inside the
  576.     # internal editor.  Under some higher-line modes, users have reported
  577.     # trouble seeing the cursor.  My attempts to enlarge it solved only
  578.     # some of the cases.  By default, the cursor size is 1 or 2 scan lines
  579.     # tall in 25 line mode.  When switching to 34 line or greater, the
  580.     # cursor size becomes 6 scanlines.  The cursor size for "overtype"
  581.     # cursors if 13 scanlines.  USE THIS OPTION ONLY IF NECCESSARY.  It's
  582.     # meant only to solve some specialized, infrequent problems.
  583.  
  584.  
  585.