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 >
Text File  |  1993-05-01  |  5KB  |  111 lines

  1. # ATP configuration file.
  2. # NOTE: a space must reside on either side of the `=' sign!
  3. #
  4. # Most of this needs no explanation. Be sure to set the proper paths
  5. # for you incoming mail and outgoing replies.
  6. # -----------------------------------------------------------------------
  7. # You must put your name here.
  8. #
  9. User = Your Name
  10. # -----------------------------------------------------------------------
  11. # Define the editor you wish to use for replies:
  12. #
  13. editor = vi
  14. # -----------------------------------------------------------------------
  15. # Please enter the correct path information on the line below:
  16. #
  17. mail  =  /usr/spool
  18. reply =  /usr/spool
  19. # -----------------------------------------------------------------------
  20. # Normally you don't need to change the next lines, but PLEASE
  21. # get a current version of zip and unzip. If yours dates
  22. # from before March 1992 then it is probably buggy.
  23. #
  24. archiver = zip -jk
  25. unarchiver = unzip -xjo
  26. # speller = ispell
  27. # -----------------------------------------------------------------------
  28. # The following lines tell ATP about your terminal. For Linux, you
  29. # probably will want to leave ansi on. Be sure to enter the correct
  30. # number of screen lines also.
  31. ansi = on
  32. screenlen = 24
  33. # -----------------------------------------------------------------------
  34. # The following option tells ATP about your terminal's character set.
  35. # You have 3 choices: latin1, msdos, or, 7bit. If your terminal
  36. # can display foreign language characters choose either "latin1" or
  37. # "msdos". Otherwise choose 7bit. Linux uses latin1. By choosing msdos
  38. # ATP will not perform any character translation when displaying messages.
  39. # Note that even if your operating system runs on a PC, it may not use
  40. # the DOS character codes (Linux uses "latin1" for example). If your terminal 
  41. # can not display 8 bit characters, please tell ATP by choosing "7bit".
  42. # If this following character in the brackets looks like an "A" with
  43. # 2 dots then choose "latin1":
  44. #                                 [ ─ ] <<< test character.
  45. #
  46. # If it looks like a long dash or horizontal bar then choose "msdos".
  47. # If it looks like a "D" then choose 7bit. This test is not absolutely
  48. # conclusive in that it depends on your editor's ability to display your
  49. # system's character set properly. Some Unix editors will not display
  50. # 8 bit characters even though the system is capable of it. If this
  51. # is the case you may want to try testing this from the Unix command
  52. # line with:
  53. #              echo '\304'
  54. #       
  55. # Here again, some command shells may not display all characters that your
  56. # terminal is capable of displaying. 
  57. #
  58. #charset = latin1 
  59. # charset = msdos
  60. charset = 7bit
  61. # -----------------------------------------------------------------------
  62. # The next option is useful if your terminal or console is compatible with
  63. # vt100 terminal line-graphics. Most QWK mail is generated under MS-DOS.
  64. # Unfortunately, DOS graphics characters aren't portable to most non-DOS
  65. # systems. However if your hardware is vt100 compatible, this option will
  66. # will give you emulation of the DOS graphics set. Linux users will
  67. # probably want this option set to "on". By typing "graphics" at the
  68. # ATP command line you may toggle this variable on and off. When toggled
  69. # to the on state, a graphics rectangle should be displayed on your console
  70. # as a simple test of whether this option is right for you. Use this test
  71. # if you are in doubt. 
  72. graphics = off
  73. # ----------------------------------------------------------------------
  74. # ATP uses the following Unix command string to list QWK packets.
  75. # You may delete this if you want. ATP will then default to a 
  76. # simpler version. When using this version it will put you into `less'
  77. # which is the GNU version of `more'. To return to ATP enter `q'.
  78. # You can also use the keys `u' and `d' to scroll through the QWK list.
  79. # Edit this line anyway you like to cutomize the `qlist' command.
  80. # If you find that this command won't work, make sure you have the
  81. # Linux utilities `cut' and `less' in your path.
  82. #
  83. qlist = ls -lt *.qw? | cut -c 34- | less
  84. #
  85. # Here is one for MS_DOS:
  86. # qlist = dir *.qw?
  87. # ------------------------------------------------------------------------
  88. # If you want Fido style taglines by default enter `tagstyle = fido' below.
  89. # Of course you can always toggle between tagline styles by typing `fido'
  90. # at ATP's main prompt.
  91. tagstyle = fido 
  92. #tagstyle = normal
  93. # ------------------------------------------------------------------------
  94. # the following is known as your "persistent" tagline.
  95. #
  96. tagline = Come back, Little Sheba
  97. #
  98. # ------------------------------------------------------------------------
  99. # By default, ATP will randomly choose a tagline for your replies from the
  100. # file "taglines.atp" which should reside in the same directory as atprc.
  101. # This option can be turned off at the ATP command line, or you may set it
  102. # so that it defaults to off by defining "autotag = off" below:
  103. #
  104. autotag = on
  105. #
  106. # -----------------------------------------------------------------------
  107.