Add MM_CHARSET setting (MIME charset), it is good for tin, metamail, etc.

Add mesg y
All things commented out
This commit is contained in:
ache 1996-10-19 20:02:40 +00:00
parent 3949eff38c
commit e761d5d157
2 changed files with 12 additions and 4 deletions

View File

@ -2,10 +2,14 @@
# Uncomment this to give you the default 4.2 behavior, where disk
# information is shown in K-Blocks
# setenv BLOCKSIZE K
# Uncomment this line to activate Russian locale
# Uncomment this two lines to activate Russian locale
# setenv LANG ru_SU.KOI8-R
# Uncomment this line to activate Italian locale
# setenv MM_CHARSET KOI8-R
# Uncomment this two lines to activate Italian locale
# setenv LANG it_IT.ISO_8859-1
# setenv MM_CHARSET ISO-8859-1
# For full locales list check /usr/share/locale/*
# Read system messages
# msgs -f
# Allow terminal messages
# mesg y

View File

@ -2,10 +2,14 @@
# Uncomment this to give you the default 4.2 behavior, where disk
# information is shown in K-Blocks
# BLOCKSIZE=K; export BLOCKSIZE
# Uncomment next line to activate Russian locale
# Uncomment next two lines to activate Russian locale
# LANG=ru_SU.KOI8-R; export LANG
# Uncomment next line to activate Italian locale
# MM_CHARSET=KOI8-R; export MM_CHARSET
# Uncomment next two lines to activate Italian locale
# LANG=it_IT.ISO_8859-1; export LANG
# MM_CHARSET=ISO-8859-1; export MM_CHARSET
# For full locales list check /usr/share/locale/*
# Read system messages
# msgs -f
# Allow terminal messages
# mesg y