home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / MR2_161.ZIP / MR2INI.ORG < prev    next >
Text File  |  1993-08-30  |  18KB  |  389 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. ****  THIS SWITCH IS CURRENTLY IGNORED DUE TO TECHNICAL DIFFICULTIES ****
  290. ****  REPLY LOGGING IS UNAVAILABLE AT THIS TIME
  291.  
  292.  
  293. ;=============  Switches Added in version 1.40 =======================
  294.  
  295. TemplateFile=..\template.tf
  296.     # This is a template file used in the creation of your replies.
  297.     # When you reply to any message, MR/2 will format the reply
  298.     # as defined by this file.  This allows for the creation of
  299.     # attribution and signature lines.  Variables are available for
  300.     # accessing source message and system data (e.g., FROM and DATE).
  301.     # See the read.me file and/or MR2.doc for more details.
  302.  
  303. ;===========  Switches Added in version 1.41 thru 1.50 ==================
  304.  
  305. #V0 = Variable assignment 0
  306. #V1 = Variable assignment 1
  307.     # For use with templates, you can assign or reassign the value of
  308.     # 10 user-defined variables.  Set V0 through V9 to any text string
  309.     # you might find handy.  These strings can then be placed in any
  310.     # template file line.  When a template line using one of these variables
  311.     # is accessed, the variable (e.g., @V0@) will be replaced with the
  312.     # string you have assigned to it.
  313.  
  314. Internet=-1
  315. Netmail=-1
  316.     # Use these parameters to declare which conferences, if any, handle
  317.     # Internet mail and Fidonet netmail, respectively.  For example,
  318.     # PC-Ohio has Internet mail in conference 5 and Fidonet netmail in
  319.     # conference 6.  My PC-OHIO.INI file has: Internet=5, Netmail=6.
  320.     # Nerd' Nook has Netmail in conference in 139 and no Internet
  321.     # capabilities.  My NerdNook.INI file has the lines:
  322.     # Internet=-1, Netmail=139.
  323.     # The "-1" tells MR/2 that there is no Internet support, and makes
  324.     # sure that the Internet section template is not referenced.
  325.  
  326. SmartQuoting=YES
  327.  
  328.     # SmartQuoting will "prewrap" the reply file that MR/2 generates,
  329.     # compensating for the user initial prefix string.  In other words,
  330.     # when you first see the reply, the original sender's text will be
  331.     # rewrapped and quoted so as to fit inside the WrapLinesAtColumn
  332.     # defined elsewhere in MR2.INI.
  333.     # Options are YES, NO or FULL.  Full is aggressive, where most of the
  334.     # text is totally rewrapped.
  335.     # NOTE: that existing quoted lines ARE NOT REWRAPPED.
  336.  
  337. ReplyStripTagline=Yes
  338.     # Used only when SmartQuoting is on.  If set to YES, the quoting will
  339.     # not include the message's tag/origin lines.  Set this to NO to
  340.     # quote the entire message.
  341.  
  342. SmartWrapping=Yes
  343.     # SmartWrapping will change the logic used by MR/2 when the edited
  344.     # reply file is saved. If set to NO, the old wrapping method is used.
  345.     # When left on, MR/2 will format your NEW text with some intellegence.
  346.     # There is logic to differentiate between a "hard" and "soft" return,
  347.     # and soft returns will be removed if necessary.
  348.  
  349.     # The old technique would simply insert hard returns to make the line
  350.     # fit within the declared wrap column.  The remaining section of the
  351.     # original line would often be short (one or two words) and look out
  352.     # of place, stranded on a line by itself.  The new technique attempts
  353.     # to rewrap the text as a whole and eliminate some of the older
  354.     # method's ugly results.
  355.     # Options are YES, NO or FULL.  Full is aggressive, where most of the
  356.     # text is totally rewrapped.
  357.  
  358.     # NOTE: Quoted lines ARE NOT REWRAPPED, these are always considered
  359.     # to be prefixed and terminated by hard returns.
  360.  
  361. #NOTE ALSO:  Changes were made to these existing parameters:
  362.     # Colors (search text highlight)
  363.     # SaveFile (use of * and ? in file name)
  364.     # Zipper (optional REXX script for multiple zippers)
  365.     # UnZipper (optional REXX script for multiple zippers)
  366.     # TagStyle (Autosense keyword)
  367.     # QuoteBody (Paragraph keyword)
  368.  
  369. ===========
  370.  
  371. FolderPath=..\
  372.     # This is the default directory path from which MR/2 will create
  373.     # BBS specific directories for folders.  Using this default, MR/2
  374.     # will build a sub directory (when a folder is to be created) for the
  375.     # current BBS directory off of the MR/2 "home" directory.  You may
  376.     # specificy any other desored "root" directory for folders, though.
  377.  
  378. ;===========  Switches Added in version 1.51 thru  ==================
  379.  
  380. RemoveReplyBookmarks = No
  381.     # This flag, if set to YES, sets the last byte of each reply header
  382.     # back to a space before packing the replies.  Any MR/2 bookmark
  383.     # information saved with replies is lost, but some networks may
  384.     # use this byte internally and any non-standard value here might
  385.     # cause problems.  Leave set to NO unless you determine that there
  386.     # is an MR/2-specific problem with your origin lines or end
  387.     # of your replies.
  388.  
  389.