home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / internet / yarn_058 / config < prev    next >
Encoding:
Text File  |  1994-02-27  |  3.1 KB  |  125 lines

  1. # yarn configuration file
  2. # Lines in this file beginning with # are comments.
  3. # Lines that end with \ are continued on the next line.
  4.  
  5. # your login ID on your host
  6. user=nobody
  7.  
  8. # your full name
  9. name=No Name
  10.  
  11. # full domain name of your host
  12. host=io.org
  13.  
  14. # editor program
  15. editor=edit
  16.  
  17. # SOUP reply packet containing outgoing messages
  18. reply=c:\upload\ioxr.zip
  19.  
  20. # compress program
  21. compress=pkzip -m %f %d\*.*
  22.  
  23. # uncompress program
  24. uncompress=pkunzip -o %f %d
  25.  
  26. # spell check program
  27. #spell=ispell %f
  28.  
  29. # Organization header added to outgoing messages
  30. #Organization=Internex Online, Toronto, Ontario, Canada
  31.  
  32. # Reply-To header added to outgoing messages
  33. #Reply-To=nobody@io.org
  34.  
  35. # Cc header for outgoing messages
  36. #Cc=nobody@io.org
  37.  
  38. # Bcc header for outgoing messages
  39. #Bcc=nobody@io.org
  40.  
  41. # prefix inserted in front of quoted text
  42. quote=> 
  43.  
  44. # file containing signature appended to outgoing messages
  45. #signature=c:\jim\sig
  46.  
  47. # keep copy of sent mail in this folder
  48. #sent-mail=mailed
  49.  
  50. # keep copy of posted articles in this folder
  51. #sent-news=posted
  52.  
  53. # aliases file -- default is <home>\YARN\ALIASES
  54. #aliases=c:\jim\yarn\aliases
  55.  
  56. # If the import program finds a newsgroup in the SOUP AREAS file that is not
  57. # in the active newsgroup list, it adds the newsgroup to the active list with
  58. # this number of keep days.
  59. keep=7
  60.  
  61. # maximum keep days for newsgroups added by import program
  62. #max-keep=30
  63.  
  64. # Do not normally display these headers
  65. hide=Approved Message-ID Newsgroups NNTP-Posting-Host Path Received \
  66.      References Return-Path Supersedes Xref X-Status
  67.  
  68. # redisplay this many lines of the previous screen when paging
  69. #next-screen-context-lines=0
  70.  
  71. # map ISO-8859/1 (ISO Latin 1) character set to IBM code page 850
  72. #charset=iso-8859-1
  73.  
  74. # disable message line displayed at bottom of screen
  75. #message=off
  76.  
  77. # The color statement has the syntax
  78. #
  79. #       color <name> <foreground> <background>
  80. #
  81. # where <foreground> and <background> specify a color using the numbers
  82. # 0 to 15, or the keywords
  83. #
  84. #       black, blue, green, cyan, red, magenta, brown, lightgray,
  85. #       darkgray, lightblue, lightgreen, lightcyan, lightred,
  86. #       lightmagenta, yellow, white
  87.  
  88. # USENET headers
  89. color header cyan black
  90.  
  91. # specific USENET headers
  92. color header-From lightblue black
  93. color header-Subject lightgray black
  94.  
  95. # article body
  96. color body green black
  97.  
  98. # quoted text
  99. color quoted brown black
  100.  
  101. # more line
  102. color more black green
  103.  
  104. # display colors
  105. color window-border     lightgray black
  106. color window-title      cyan black
  107. color window-text       cyan black
  108.  
  109. color list-border       cyan blue
  110. color list-title        lightgray blue
  111. color list-text         green black
  112. color list-select       black green
  113.  
  114. color form-border       cyan blue
  115. color form-title        white blue
  116. color form-text         lightgray blue
  117. color form-active       black cyan
  118. color form-inactive     lightcyan blue
  119.  
  120. color menu-border         cyan blue
  121. color menu-text           cyan blue
  122. color menu-select         cyan black
  123. color menu-hotkey         lightgray blue
  124. color menu-select-hotkey  lightgray black
  125.