#	OPTIONS
#
# Below follows a list of the options a site administrator normally might want
# to set in the site-specific configuration file. To set option NAME in the
# file you should use 'set option(NAME) VALUE'.
#
#    NAME		DESCRIPTION
#    language		The default language of the user interface. Currently
#			the only possible values are 'en', 'sv' and 'it'
#			(English, Swedish and Italian). The default is English.
#
#    default_folder	The definition of the folder that gets opened when
#			the program is started for the first time. It will
#			then be written into the users vfolderlist and this
#			variable does not modify it any more. It defaults to
#			the /usr/spool/mail/$USER file. See FOLDER DEFINITIONS
#			below for more details.
#
#    editor		The default editor. The editor will NOT be run in a
#    			terminal window. A '%s' must be included and will
#			be expanded to the name of the file to edit. This
#			defaults to 'emacs %s'.
#
#    masquerade_as	If this option is set all messages sent (ie the From
#			address) will look as if they came from the specified
#			domain (ie the value of the option). No hostname will
#			be included in the address. The default is no value.
#
#    domain		The domain this host resides in. This option will be
#			ignored if masquerade_as has a value.
#
#    use_from		If this is true then the user may specify the address
#			that goes on the From: line. If it is off then TkRat
#			generates an address automatically. If the user
#			specifies an address which the program doesn't think
#			points to the user a Sender: line is added.
#
#    sendprot		Which protocol to use to send messages. Valid values
#			are 'smtp' and 'prog'. The default is 'smtp'.
#
#    smtp_hosts		A list of hosts that will be used to send messages
#			via SMTP. You can specify alternate hosts too. The
#			system will first try the first host, if that fails
#			the second and so on. The default is 'localhost'.
#
#    sendprog		Which program to use if we are sending messages with
#    			the 'prog' protocol. The program will be called with
#			the recipients as arguments and the message on stdin.
#			Default is '/usr/lib/sendmail'.
#
#    sendprog_8bit	This option can be either 'true' or 'false' and
#			indicates whether the sendprog can handle characters
#			withe the eight bit set. This defaults to 'false'.
#
#    charset		The charset the machine uses. Currently  the only
#			safe values are iso-8859-[1-10] and us-ascii. This
#			defaults to 'iso-8859-1'.
#
#    lookup_name		If this is set to "true" then TkRat will look in
#			the local passwd-file for the full names of users
#			when addressing messages. This might be time consuming
#			so some sites might want to disable it by default. The
#			default is "true".
#
#    mail_steal		If this is true then we should check for mail
#			that netscape has stolen from the inbox every time
#			we start the application. The default is true.
#
#    icon		This defines wich icon bitmap the program should
#			install. The possible values are: "normal" (a 64x64
#			bitmap), "small" (50x50) and none. Default is normal.
#
# This is just a subset of the options. For a full list check the options.tcl
# file in the tkrat subdirectory. Beware that many of the options have special
# syntax and meanings. It is strongly recommended that you use the preferences
# window in TkRat to change the options.

