############################################################################
# 
# This is a sample .tkmh file. You can change the settings down below. The
# settings for the PREF and cmd arrays can also be set from within the 
# program itself. You should only need to edit this file if you don't have
# or like the fonts I used, or the bitmaps...
#
# NB! If you delete any of the entries down here, they will always use the 
# global defaults for TkMH. If you did so by accident, removing this file 
# will result in a new .tkmh being created with all the appropriate settings 
# in it
#
############################################################################

# The version number of the .tkmh 
set DOTVERSION {1.0b1}

# Fonts to use
set FONT(ProR)	{-*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*}
set FONT(ProB)	{-*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*}
set FONT(ProI)	{-*-helvetica-medium-o-*-*-*-120-*-*-*-*-*-*}
set FONT(ProBI)	{-*-helvetica-bold-o-*-*-*-120-*-*-*-*-*-*}
set FONT(ProBL) {-*-helvetica-bold-r-*-*-*-140-*-*-*-*-*-*}
set FONT(FixR)	{-*-courier-medium-r-*-*-*-120-*-*-*-*-*-*}
set FONT(FixB)	{-*-courier-bold-r-*-*-*-120-*-*-*-*-*-*}
set FONT(FixI)	{-*-courier-medium-o-*-*-*-120-*-*-*-*-*-*}
set FONT(FixBI)	{-*-courier-bold-o-*-*-*-120-*-*-*-*-*-*}

# Bitmaps
set BM(nomail)	"$tkmh_lib/bitmaps/noletters"
set BM(mail)	"$tkmh_lib/bitmaps/letters"

# The printcommand
set cmd(print)	{/usr/tclocal/bin/pps %f -l mail | lpr -h -N2}

# Preferences for stuff
set PREF(KeepSent)	1;	# 1 = Keep a sent message
set PREF(BackupMsg)	1;	# 1 = Backup Msg's on delete
set PREF(OpenInbox)	1;	# 1 = open inbox on Incorporate
set PREF(ExpandAlias)	1;	# 1 = Expand alias to address before edit
set PREF(Delay)		5;	# Seconds to wait between mail checks
set PREF(DeIcon)	0;	# 1 = DeIconify when new mail

# Choose between 'word' and 'none'
set PREF(Wrap)		word;	# wrap long lines in text windows

# For the next two there are only two choices: ProR or FixR
set PREF(ShowFont)	$FONT(ProR);	# Font for show window
set PREF(EditFont)	$FONT(FixR);	# Font for Edit window
