home *** CD-ROM | disk | FTP | other *** search
- # yarn configuration file
- # Lines in this file beginning with # are comments.
- # Lines that end with \ are continued on the next line.
-
- # your login ID on your host
- user=nobody
-
- # your full name
- name=No Name
-
- # full domain name of your host
- host=io.org
-
- # editor program
- editor=edit
-
- # SOUP reply packet containing outgoing messages
- reply=c:\upload\ioxr.zip
-
- # compress program
- compress=pkzip -m %f %d\*.*
-
- # uncompress program
- uncompress=pkunzip -o %f %d
-
- # spell check program
- #spell=ispell %f
-
- # Organization header added to outgoing messages
- #Organization=Internex Online, Toronto, Ontario, Canada
-
- # Reply-To header added to outgoing messages
- #Reply-To=nobody@io.org
-
- # Cc header for outgoing messages
- #Cc=nobody@io.org
-
- # Bcc header for outgoing messages
- #Bcc=nobody@io.org
-
- # prefix inserted in front of quoted text
- quote=>
-
- # file containing signature appended to outgoing messages
- #signature=c:\jim\sig
-
- # keep copy of sent mail in this folder
- #sent-mail=mailed
-
- # keep copy of posted articles in this folder
- #sent-news=posted
-
- # aliases file -- default is <home>\YARN\ALIASES
- #aliases=c:\jim\yarn\aliases
-
- # If the import program finds a newsgroup in the SOUP AREAS file that is not
- # in the active newsgroup list, it adds the newsgroup to the active list with
- # this number of keep days.
- keep=7
-
- # maximum keep days for newsgroups added by import program
- #max-keep=30
-
- # Do not normally display these headers
- hide=Approved Message-ID Newsgroups NNTP-Posting-Host Path Received \
- References Return-Path Supersedes Xref X-Status
-
- # redisplay this many lines of the previous screen when paging
- #next-screen-context-lines=0
-
- # map ISO-8859/1 (ISO Latin 1) character set to IBM code page 850
- #charset=iso-8859-1
-
- # disable message line displayed at bottom of screen
- #message=off
-
- # The color statement has the syntax
- #
- # color <name> <foreground> <background>
- #
- # where <foreground> and <background> specify a color using the numbers
- # 0 to 15, or the keywords
- #
- # black, blue, green, cyan, red, magenta, brown, lightgray,
- # darkgray, lightblue, lightgreen, lightcyan, lightred,
- # lightmagenta, yellow, white
-
- # USENET headers
- color header cyan black
-
- # specific USENET headers
- color header-From lightblue black
- color header-Subject lightgray black
-
- # article body
- color body green black
-
- # quoted text
- color quoted brown black
-
- # more line
- color more black green
-
- # display colors
- color window-border lightgray black
- color window-title cyan black
- color window-text cyan black
-
- color list-border cyan blue
- color list-title lightgray blue
- color list-text green black
- color list-select black green
-
- color form-border cyan blue
- color form-title white blue
- color form-text lightgray blue
- color form-active black cyan
- color form-inactive lightcyan blue
-
- color menu-border cyan blue
- color menu-text cyan blue
- color menu-select cyan black
- color menu-hotkey lightgray blue
- color menu-select-hotkey lightgray black
-