home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
OS2
/
MR2_104.ZIP
/
MR2INI.ORG
< prev
next >
Wrap
Text File
|
1992-04-08
|
6KB
|
135 lines
#
# Prototype .ini file for the MR/2 mail reader. This file sets
# run time parameters and options.
#
PacketPath=
# This is where MR2 will look for packets to read and place reply packets
FileSpec=*.q??
# This is the wildcard file specification to use when searching for
# packets to read.
Editor=e
#Editor=epm
#Editor=q -e\mr2\qstartup.mac
#Editor=NONE
# This is the command MR2 will use when invoking the editor. By default,
# the system PM editor "e" is used. To use QEdit and pass it a start-up
# macro (-e parameter), change this line to read:
#
# Editor=q -e\mr2\qstartup.mac
#
# Use NONE if you wish to have your editor running in another window.
# MR/2 will not chain to an editor - it merely tells you to switch
# windows, then waits for you to switch back and press a key.
#
# NOTE: when using the PM "E" or "EPM" editors - "word wrap" appears
# to work great, however, lines are not actually broken with CR/LF's.
# This causes formatting problems for MR2. Keep Word Wrap off and
# include linefeeds by hand. I'll see if I can auto-wrap incoming text
# sometime in the "near" future.
Attributes=NONE
#Attributes=Extended
# When preparing to edit reply files, MR/2 can optionally mark these
# files as type "Plain Text" so, for example, the "E" editor will not
# force you to set the type before saving. "None" means don't use
# extended attributes. "Extended" tells MR/2 to set them.
ReplyFile=Reply.Msg
# Temporary file name used when creating replies. This file can be
# specified with a full path, making it easier to edit it in a separate
# window. For instance, C:\Reply is valid
HeaderEditing=Both
# This controls when the Message header is displayed for editing.
# Options are Before, After or Both.
ReplyPath=..\
# Directory where ".Rep" reply packets are built and maintained.
Tagline=@OS2.Tag
#Tagline=A QWK compatible mail reader for OS/2
# This sets the default tagline for MR2 replies. This string is placed
# at the bottom of each reply, before the reply is edited. You may
# change the tagline via your editor, while composing your reply.
# Example one accesses a file of multiple taglines.
# The second example provides a fixed, non-changing tagline.
TagMode=RANDOM
# This sets the tagline file access method. RANDOM will skip around
# and randomly select the next tagline. SEQUENTIAL will perform a
# RANDOM seek when MR/2 is first loaded, then move sequentially
# through the file after that.
SaveFile=..\save.txt
# This is the file to which messages are appended when they are "saved" or
# filed for later reference. Use the "S" key while viewing a message to
# append it to this file in printable form.
Zipper=pkzip
UnZipper=pkunzip -o
# These are the commands used to archive and unarchive your message
# packets. If you use something other than PKZip/UnZip, modify these
# commands appropriately.
Colors=1E171E
#Colors=0F0E0A
# Yes, this is crude - I'll include something more friendly later.
# The first two characters describe the "normal" text color for messages,
# which is shown here as 1E, or Blue background (1) Yellow foreground (E).
# The second two are the quoted-text colors, 17 is Blue background (1)
# with a White foreground (7). The third set of 2 numbers are the
# message header display colors (the From/To/Subject section on top).
# This is the only color configuration support at this time.
# Colors: 0 = Black 1 = Blue 2 = Green 3 = Cyan 4 = Red
# 5 = Magenta 6 = Brown 7 = White 8 = Gray 9 = Light Blue
# A = Lt. Green B = Lt. Cyan C = Lt. Red
# D = Lt. Megenta E = Yellow F = Intense White
#
# I personally have changed to the second example here, which gives a
# black background with bold-white text, yellow quotes and green header.
SkipReadMessages=No
# If set to YES, MR/2 will bypass any messages you've already read.
# The problem with this option is that, if a conference contains only
# previously-read messages, then MR/2 will skip right out of that
# conference - there's no way to get back in.
QuoteBody="%i>",EachLine
# Describes how MR/2 will quote the lines of the source message when
# creating a new reply file. The optional %i (which is the only
# parameter-type variable supported at this time) will be replaced by
# the message originator's initials. The quote prefix may be placed
# on EachLine or on the "FirstLine" only (subsequent lines indented).
OldQuoteDetect=YES
# When set to YES, MR/2 will not place the quote prefix in front of
# reply-file lines that already are prefixed with quotes. This creates
# (usually) a much cleaner initial reply file.
HeaderInQuote=No
# You may optionally include the message header in a reply file. This
# is often used with a clever editor "macro" to create sophisticated
# quoting styles not natively supported my MR/2. You must be sure
# to remove all traces of the header before saving the message, as MR/2
# makes no attempt to identify or remove it.
KeepMessageMarks=YES
# If set to YES, MR/2 will track the read/replied/saved status of
# every message, as well as your current position in the packet. This
# information is stored as OS/2 extended attributes and will stay
# attached to the file as it is copied or renamed. When a previously
# read packet is reopened, you will be asked if you wish to return to
# you previous position. Answering YES will return you to that spot,
# responding NO will place you at the conference selection screen.
SerialInTagline=Yes
# If you register MR/2, you will be provided with a serialized MR2.ID
# file. As a registered user, you have the right to choose whether
# you wish to display your serial number in your tagline or not.
# Regardless, MR/2 will remove the "NR" (Not Registered) identifier
# from all your tags.