Configuration options for strn -- Environment variable method.
(Examples are in csh syntax.)

[8/23/93: These variables are temporarily supported.  They might not be
supported later.]


GROUPDEFAULT
	If this variable is defined, its value will be the default
string used for entering a newsgroup (either from group-scan mode or
the old newsgroup level) with the SPACE or CR commands.  The first
character of this string is the command to be executed, and the whole
string will also be printed at the old newsgroup prompt.
Examples:
#Default will be article-scan mode, print [;+ynq] at newsgroup level
setenv GROUPDEFAULT ";+ynq"
#Default to the thread selector, print [+ Hello there] at newsgroup level
setenv GROUPDEFAULT "+ Hello there"

SCOREDIR
	This variable contains a directory path where
newsgroup-scorefiles will be kept (such as the scorefile for the group
comp.sys.amiga.games).  This variable may contain %-expansions.  If
not defined, it defaults to "%p/scores" (%p is your private news
directory which is usually ~/News).
Example:
#Look for scores in ~/strn/scores
setenv SCOREDIR ~/strn/scores

SAVESCOREFILE
	This variable points to the file where saved scores are kept.
This variable may contain %-expansions.  If not defined, it defaults
to "%p/savedscores".  Note: When scores are saved, a temporary copy of
this file will be made in the same directory as the saved score file.
Example:
#Save/load scores using file /u3/caadams/strn.scores
setenv SAVESCOREFILE /u3/caadams/strn.scores
