home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
TELECOM
/
GNU_ATP_1_40.lzh
/
DOCS
/
atprc
< prev
next >
Wrap
Text File
|
1993-05-01
|
5KB
|
111 lines
# ATP configuration file.
# NOTE: a space must reside on either side of the `=' sign!
#
# Most of this needs no explanation. Be sure to set the proper paths
# for you incoming mail and outgoing replies.
# -----------------------------------------------------------------------
# You must put your name here.
#
User = Your Name
# -----------------------------------------------------------------------
# Define the editor you wish to use for replies:
#
editor = vi
# -----------------------------------------------------------------------
# Please enter the correct path information on the line below:
#
mail = /usr/spool
reply = /usr/spool
# -----------------------------------------------------------------------
# Normally you don't need to change the next lines, but PLEASE
# get a current version of zip and unzip. If yours dates
# from before March 1992 then it is probably buggy.
#
archiver = zip -jk
unarchiver = unzip -xjo
# speller = ispell
# -----------------------------------------------------------------------
# The following lines tell ATP about your terminal. For Linux, you
# probably will want to leave ansi on. Be sure to enter the correct
# number of screen lines also.
#
ansi = on
screenlen = 24
# -----------------------------------------------------------------------
# The following option tells ATP about your terminal's character set.
# You have 3 choices: latin1, msdos, or, 7bit. If your terminal
# can display foreign language characters choose either "latin1" or
# "msdos". Otherwise choose 7bit. Linux uses latin1. By choosing msdos
# ATP will not perform any character translation when displaying messages.
# Note that even if your operating system runs on a PC, it may not use
# the DOS character codes (Linux uses "latin1" for example). If your terminal
# can not display 8 bit characters, please tell ATP by choosing "7bit".
# If this following character in the brackets looks like an "A" with
# 2 dots then choose "latin1":
# [ ─ ] <<< test character.
#
# If it looks like a long dash or horizontal bar then choose "msdos".
# If it looks like a "D" then choose 7bit. This test is not absolutely
# conclusive in that it depends on your editor's ability to display your
# system's character set properly. Some Unix editors will not display
# 8 bit characters even though the system is capable of it. If this
# is the case you may want to try testing this from the Unix command
# line with:
# echo '\304'
#
# Here again, some command shells may not display all characters that your
# terminal is capable of displaying.
#
#charset = latin1
# charset = msdos
charset = 7bit
#
# -----------------------------------------------------------------------
# The next option is useful if your terminal or console is compatible with
# vt100 terminal line-graphics. Most QWK mail is generated under MS-DOS.
# Unfortunately, DOS graphics characters aren't portable to most non-DOS
# systems. However if your hardware is vt100 compatible, this option will
# will give you emulation of the DOS graphics set. Linux users will
# probably want this option set to "on". By typing "graphics" at the
# ATP command line you may toggle this variable on and off. When toggled
# to the on state, a graphics rectangle should be displayed on your console
# as a simple test of whether this option is right for you. Use this test
# if you are in doubt.
#
graphics = off
# ----------------------------------------------------------------------
# ATP uses the following Unix command string to list QWK packets.
# You may delete this if you want. ATP will then default to a
# simpler version. When using this version it will put you into `less'
# which is the GNU version of `more'. To return to ATP enter `q'.
# You can also use the keys `u' and `d' to scroll through the QWK list.
# Edit this line anyway you like to cutomize the `qlist' command.
# If you find that this command won't work, make sure you have the
# Linux utilities `cut' and `less' in your path.
#
qlist = ls -lt *.qw? | cut -c 34- | less
#
# Here is one for MS_DOS:
# qlist = dir *.qw?
# ------------------------------------------------------------------------
# If you want Fido style taglines by default enter `tagstyle = fido' below.
# Of course you can always toggle between tagline styles by typing `fido'
# at ATP's main prompt.
#
tagstyle = fido
#tagstyle = normal
# ------------------------------------------------------------------------
# the following is known as your "persistent" tagline.
#
tagline = Come back, Little Sheba
#
# ------------------------------------------------------------------------
# By default, ATP will randomly choose a tagline for your replies from the
# file "taglines.atp" which should reside in the same directory as atprc.
# This option can be turned off at the ATP command line, or you may set it
# so that it defaults to off by defining "autotag = off" below:
#
autotag = on
#
# -----------------------------------------------------------------------