home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / yrn2_090.zip / GLOBAL < prev    next >
Text File  |  1995-12-07  |  7KB  |  219 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=nowhere
  13.  
  14. # editor program
  15. editor=cmd.exe /c e.exe
  16.  
  17. # SOUP reply packet containing outgoing messages
  18. reply-packet=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. # This is the prefix inserted before quoted lines when you reply or followup.
  36. reply-quote=>
  37.  
  38. # Message lines beginning with any of these characters are shown as quoted.
  39. quote=>|:
  40.  
  41. # file containing signature appended to outgoing messages
  42. #signature=c:\jim\sig
  43.  
  44. # preserve comments in To:, Cc: and Bcc: headers of outgoing messages
  45. #address-comments=on
  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. # In the attribution settings, these character sequences are replaced at run
  54. # time with values for the current article:
  55. #
  56. # %a            article number
  57. # %C            current newsgroup name
  58. # %f            From: header
  59. # %i            Message-ID: header
  60. # %n            Newsgroups: header
  61. # %t            reply mail address derived from Reply-To: or From: header
  62. # %[name]       value of the header named between the square brackets
  63. # %%            % character
  64. # %?            space character if the attribution is less than 80 characters
  65. #               long, otherwise the new line character
  66. # \n            new line character
  67.  
  68. # attribution in reply to mail
  69. #mail-attribution=%f wrote:
  70.  
  71. # attribution in followup to article
  72. #followup-attribution=In article %i,%?%f wrote:
  73.  
  74. # attribution in reply to article
  75. #reply-attribution=In article %i, you wrote:
  76.  
  77. # The save to file command writes this line at the start of each saved message.
  78. # The default is to write no line at the beginning of the message.
  79. #save-mail-header = Message %a of %C:
  80.  
  81. # The save to file command writes this line at the start of each saved article.
  82. # The default is to write no line at the beginning of the article.
  83. #save-news-header = Article %a of %C:
  84.  
  85. # The save to file command writes files to this directory.
  86. # The default is %HOME%\news.
  87. #save-directory = c:\jim\news
  88.  
  89. # address book file -- default is <home>\YARN\ADDRBOOK
  90. #address-book=c:\jim\yarn\addrbook
  91.  
  92. # If the import program finds a newsgroup in the SOUP AREAS file that is not
  93. # in the active newsgroup list, it adds the newsgroup to the active list with
  94. # this number of keep days.
  95. keep=7
  96.  
  97. # maximum keep days for newsgroups added by import program
  98. #max-keep=30
  99.  
  100. # default sort criterion for article selection list
  101. # (one of arrival, subject, score,arrival or score,subject)
  102. sort-by=arrival
  103.  
  104. # default display format of article selection list
  105. # 0 = Subject, From
  106. # 1 = Subject, From, Score
  107. # 2 = Subject, From, Lines
  108. # 3 = Subject
  109. message-list-format=0
  110.  
  111. # Only one of the "hide" and "show" settings may be in effect.
  112. # If both appear, the last one specified takes effect.
  113.  
  114. # Do not normally display these headers
  115. hide=Approved Message-ID Newsgroups NNTP-Posting-Host Path Received \
  116.      References Return-Path Supersedes Xref X-Message-ID X-Newsgroups X-Status
  117.  
  118. # Normally display only these headers
  119. #show=Date From Subject
  120.  
  121. # redisplay this many lines of the previous screen when paging
  122. #next-screen-context-lines=0
  123.  
  124. # map ISO-8859/1 (ISO Latin 1) character set to IBM code page 850
  125. #charset=iso-8859-1
  126.  
  127. # map ISO-8859/8 (Hebrew) character set to IBM code page 862
  128. #charset=iso-8859-8
  129.  
  130. # disable status line displayed at bottom of screen
  131. #status-line=off
  132.  
  133. # Join articles with truncated subjects into the proper thread.
  134. # The setting specifies the number of characters to match in the
  135. # subject, not counting the Re: portion.
  136. #join-truncated-subjects = 21
  137.  
  138. # enable speech friendly interface
  139. #speech=on
  140.  
  141. # Ask user for confirmation before exiting news reader.
  142. #confirm-quit = on
  143.  
  144. # The follow settings are program hooks executed by Yarn.
  145. # The programs must be in a directory in your PATH, or you must modify the
  146. # settings by adding the full path in front of the program name.
  147.  
  148. # The import program runs this program to get the folder name where a
  149. # message will be moved.  The %f specifier is replaced with the name of
  150. # a text file containing the message.  Import expects the program to
  151. # write the destination folder name to standard output.  If the program
  152. # generates no output, import deletes the message.  To put a message in
  153. # the INBOX, the program should output the string INBOX.
  154. filter=%d\filter1 %f
  155.  
  156. # program that decodes MIME message
  157. #decode-mime=metamail %f
  158.  
  159. # program that signs a message with your secret key
  160. #secret-sign=cmd.exe /c %d\pgpe.bat %o -ast %f
  161.  
  162. # program that encrypts a message with the recipient's public key
  163. #encrypt=cmd.exe /c %d\pgpe.bat %o -aest %f
  164.  
  165. # program that decrypts a message and writes the plaintext to a file
  166. #decrypt=pgp %f -o %o
  167.  
  168. # program that decrypts and displays a message
  169. #decrypt-view=cmd.exe /c %d\pgpd.bat %f
  170.  
  171. # The color statement has the syntax
  172. #
  173. #       color <name> <foreground> <background>
  174. #
  175. # where <foreground> and <background> specify a color using the numbers
  176. # 0 to 15, or the keywords
  177. #
  178. #       black, blue, green, cyan, red, magenta, brown, lightgray,
  179. #       darkgray, lightblue, lightgreen, lightcyan, lightred,
  180. #       lightmagenta, yellow, white
  181.  
  182. # USENET headers
  183. color header cyan black
  184.  
  185. # specific USENET headers
  186. color header-From lightgray black
  187. color header-Subject lightgray blue
  188.  
  189. # article body
  190. color body green black
  191.  
  192. # quoted text
  193. color quote brown black
  194.  
  195. # more line
  196. color more black green
  197.  
  198. # display colors
  199. color window-border     cyan black
  200. color window-title      cyan black
  201. color window-text       lightgray black
  202.  
  203. color list-border       cyan blue
  204. color list-title        yellow blue
  205. color list-text         white blue
  206. color list-select       white green
  207.  
  208. color form-border       cyan blue
  209. color form-title        white blue
  210. color form-text         lightgray blue
  211. color form-active       black cyan
  212. color form-inactive     lightcyan blue
  213.  
  214. color menu-border         cyan blue
  215. color menu-text           cyan blue
  216. color menu-select         cyan black
  217. color menu-hotkey         lightgray blue
  218. color menu-select-hotkey  lightgray black
  219.