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:
Andrey A. Chernov 1996-10-19 20:02:40 +00:00
parent 5afea8cfad
commit 29d13b3b62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19033
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