home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / mr2_198.zip / MR2INI.ORG < prev    next >
Text File  |  1994-02-13  |  27KB  |  552 lines

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