home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / USENET / YARN / CONFIG < prev    next >
Encoding:
Text File  |  1994-10-04  |  5.2 KB  |  178 lines

  1. # PC 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. # preserve comments in To:, Cc: and Bcc: headers of outgoing messages
  48. #address-comments=on
  49.  
  50. # keep copy of sent mail in this folder
  51. #sent-mail=mailed
  52.  
  53. # keep copy of posted articles in this folder
  54. #sent-news=posted
  55.  
  56. # The save to file command writes this line at the start of each saved message.
  57. # The default is to write no line at the beginning of the message.
  58. #save-mail-header = Message %a of %C:
  59.  
  60. # The save to file command writes this line at the start of each saved article.
  61. # The default is to write no line at the beginning of the article.
  62. #save-news-header = Article %a of %C:
  63.  
  64. # address book file -- default is <home>\YARN\ADDRBOOK
  65. #address-book=c:\jim\yarn\addrbook
  66.  
  67. # If the import program finds a newsgroup in the SOUP AREAS file that is not
  68. # in the active newsgroup list, it adds the newsgroup to the active list with
  69. # this number of keep days.
  70. keep=7
  71.  
  72. # maximum keep days for newsgroups added by import program
  73. #max-keep=30
  74.  
  75. # Only one of the "hide" and "show" settings may be in effect.
  76. # If both appear, the last one specified takes effect.
  77.  
  78. # Do not normally display these headers
  79. hide=Approved Message-ID Newsgroups NNTP-Posting-Host Path Received \
  80.      References Return-Path Supersedes Xref X-Status
  81.  
  82. # Normally display only these headers
  83. #show=Date From Subject
  84.  
  85. # redisplay this many lines of the previous screen when paging
  86. #next-screen-context-lines=0
  87.  
  88. # map ISO-8859/1 (ISO Latin 1) character set to IBM code page 850
  89. #charset=iso-8859-1
  90.  
  91. # map ISO-8859/8 (Hebrew) character set to IBM code page 862
  92. #charset=iso-8859-8
  93.  
  94. # disable message line displayed at bottom of screen
  95. #message=off
  96.  
  97. # Join articles with truncated subjects into the proper thread.
  98. # The setting specifies the number of characters to match in the
  99. # subject, not counting the Re: portion.
  100. #join-truncated-subjects = 21
  101.  
  102. # enable speech friendly interface
  103. #speech=on
  104.  
  105. # The follow settings are program hooks executed by Yarn.
  106. # The programs must be in a directory in your PATH, or you must modify the
  107. # settings by adding the full path in front of the program name.
  108.  
  109. # The import program runs this program to check if a message matches any
  110. # mail filter rule.  The %f specifier is replaced with the name of a text file
  111. # containing the message.  Import expects the program to write the destination
  112. # folder name to standard output.  If the program generates no output, import
  113. # deletes the message.
  114. filter=%d\filter1 %f
  115.  
  116. # program that signs a message with your secret key
  117. #secret-sign=command.com /c %d\pgpe.bat %o -ast %f
  118.  
  119. # program that encrypts a message with the recipient's public key
  120. # Tip for PGP users: Add your key ID in 0x(ID) format to the end of this
  121. # setting so that you may also decrypt the message you sent.
  122. #encrypt=command.com /c %d\pgpe.bat %o -aest %f
  123.  
  124. # program that decrypts a message and writes the plaintext to a file
  125. #decrypt=pgp %f -o %o
  126.  
  127. # program that decrypts and displays a message
  128. #decrypt-view=command.com /c %d\pgpd.bat %f
  129.  
  130. # The color statement has the syntax
  131. #
  132. #       color <name> <foreground> <background>
  133. #
  134. # where <foreground> and <background> specify a color using the numbers
  135. # 0 to 15, or the keywords
  136. #
  137. #       black, blue, green, cyan, red, magenta, brown, lightgray,
  138. #       darkgray, lightblue, lightgreen, lightcyan, lightred,
  139. #       lightmagenta, yellow, white
  140.  
  141. # USENET headers
  142. color header cyan black
  143.  
  144. # specific USENET headers
  145. color header-From lightgray black
  146. color header-Subject lightgray blue
  147.  
  148. # article body
  149. color body green black
  150.  
  151. # quoted text
  152. color quoted brown black
  153.  
  154. # more line
  155. color more black green
  156.  
  157. # display colors
  158. color window-border     cyan black
  159. color window-title      cyan black
  160. color window-text       lightgray black
  161.  
  162. color list-border       cyan blue
  163. color list-title        lightgray blue
  164. color list-text         green black
  165. color list-select       black green
  166.  
  167. color form-border       cyan blue
  168. color form-title        white blue
  169. color form-text         lightgray blue
  170. color form-active       black cyan
  171. color form-inactive     lightcyan blue
  172.  
  173. color menu-border         cyan blue
  174. color menu-text           cyan blue
  175. color menu-select         cyan black
  176. color menu-hotkey         lightgray blue
  177. color menu-select-hotkey  lightgray black
  178.