####################################################################
# ubhrc - ubh configuration file
# 
# NOTES:
#     - Don't use quotes.
####################################################################

# Put your news server name here.
NNTPSERVER = news

# Name of newsrc file - usually "newsrc" (Win32) or ".newsrc" (Unix).
NEWSRCNAME = newsrc

# Directory to store downloaded groups and articles.
DATADIR    = data

# Multi-part and single-part article file extensions.
# Usually these are the same, but you can make them
# different if you like.
MULTI_EXT  = (?i)asf|avi|gif|jpg|mov|mpg|rm
SINGLE_EXT = (?i)asf|avi|gif|jpg|mov|mpg|rm


# Define both of these only if your server requires them.
# You must define BOTH of these.
# ACCOUNT = fred
# PASSWORD = flint+stone

# The rest of these (OPT_*) are the command line options.
# All command line options (except -u, -c, -w) are available.
# OPT_g
# OPT_i
# OPT_A
# OPT_d
# OPT_C
# OPT_f
# OPT_l
# OPT_n
# OPT_a
# OPT_r
# OPT_s
# OPT_S
# OPT_M
# OPT_I
# OPT_X
