freebsd-ports/mail/tkrat/files/ratatoskrc
Tim Vanderhoek d67ff1124e Tkrat, Tcl/Tk mail reader. For those Tcl fans of you, this
mail reader is for you!  :)  Described by submitter as
"Tk-ized pine".

PR:		ports/4343 ports/4857 (please limit one pr per port
		                       and send followups to original pr)
Submitted by:	Bruce Gingery <bgingery@gtcs.com>
1997-11-14 22:51:10 +00:00

27 lines
659 B
Plaintext

# Minimum defaults or important defaults...
#
# See the file /usr/local/share/doc/tkrat/CONFIGURATION for a more
# detailed explanation of these.
#
# Which domain we should pretend we are from
set option(masquerade_as) {}
# Which domain we are in
set option(domain) {}
# Should we sent even though we have a bad hostname?
set option(force_send) 0
# Command to get default folder
set option(default_folder) "INBOX file {} /var/mail/$env(USER)"
# Default sending program
set option(sendprog) /usr/sbin/sendmail
# Can the sending program handle eightbit data
set option(sendprog_8bit) true
# Use the sending program, or use smtp
set option(sendprot) prog