home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / bbs / yarn55 / config < prev    next >
Encoding:
Text File  |  1994-01-28  |  2.9 KB  |  116 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=c:\os2\cmd.exe /c c:\os2\e.exe
  16.  
  17. # SOUP reply packet containing outgoing messages
  18. reply=c:\upload\ioxr.zip
  19.  
  20. # compress program
  21. compress=zip -kjm %f %d/*
  22.  
  23. # uncompress program
  24. uncompress=unzip -o %f
  25.  
  26. # Organization header added to outgoing messages
  27. #Organization=Internex Online, Toronto, Ontario, Canada
  28.  
  29. # Reply-To header added to outgoing messages
  30. #Reply-To=nobody@io.org
  31.  
  32. # Cc header for outgoing messages
  33. #Cc=nobody@io.org
  34.  
  35. # prefix inserted in front of quoted text
  36. quote=> 
  37.  
  38. # file containing signature appended to outgoing messages
  39. #signature=c:\jim\sig
  40.  
  41. # keep copy of sent mail in this folder
  42. #sent-mail=SENT
  43.  
  44. # keep copy of posted articles in this folder
  45. #sent-news=POSTED
  46.  
  47. # aliases file -- default is <home>\YARN\ALIASES
  48. #aliases=c:\jim\yarn\aliases
  49.  
  50. # If the import program finds a newsgroup in the SOUP AREAS file that is not
  51. # in the active newsgroup list, it adds the newsgroup to the active list with
  52. # this number of keep days.
  53. keep=7
  54.  
  55. # Do not normally display these headers
  56. hide=Approved Message-ID Newsgroups NNTP-Posting-Host Path Received \
  57.      References Return-Path Supersedes Xref X-Status
  58.  
  59. # redisplay this many lines of the previous screen when paging
  60. #next-screen-context-lines=0
  61.  
  62. # map ISO-8859/1 (ISO Latin 1) character set to IBM code page 850
  63. #charset=iso-8859-1
  64.  
  65. # disable message line displayed at bottom of screen
  66. #message=off
  67.  
  68. # The color statement has the syntax
  69. #
  70. #       color <name> <foreground> <background>
  71. #
  72. # where <foreground> and <background> specify a color using the numbers
  73. # 0 to 15, or the keywords
  74. #
  75. #       black, blue, green, cyan, red, magenta, brown, lightgray,
  76. #       darkgray, lightblue, lightgreen, lightcyan, lightred,
  77. #       lightmagenta, yellow, white
  78.  
  79. # USENET headers
  80. color header cyan black
  81.  
  82. # specific USENET headers
  83. color header-From lightblue black
  84. color header-Subject lightgray black
  85.  
  86. # article body
  87. color body green black
  88.  
  89. # quoted text
  90. color quoted brown black
  91.  
  92. # more line
  93. color more black green
  94.  
  95. # display colors
  96. color window-border     lightgray black
  97. color window-title      cyan black
  98. color window-text       cyan black
  99.  
  100. color list-border       cyan blue
  101. color list-title        lightgray blue
  102. color list-text         green black
  103. color list-select       black green
  104.  
  105. color form-border       cyan blue
  106. color form-title        white blue
  107. color form-text         lightgray blue
  108. color form-active       black cyan
  109. color form-inactive     lightcyan blue
  110.  
  111. color menu-border         cyan blue
  112. color menu-text           cyan blue
  113. color menu-select         cyan black
  114. color menu-hotkey         lightgray blue
  115. color menu-select-hotkey  lightgray black
  116.