Changed variable

This commit is contained in:
Michiel Broek 2007-03-03 15:52:19 +00:00
parent 08f4cd753f
commit 4ec5216952

View File

@ -13,7 +13,7 @@ function alarma
}
## Set term environmment
export JOETERM=ansi.sys
export JOETERM=nansi.sys
## Read variables from data.msg
. $HOME/data.msg
@ -23,7 +23,7 @@ TIME=`head -n19 $HOME/door.sys |tail -n1 |tr -d "[:cntrl:]"`
## Set preferred editor and parameters
EDITOR=@joebin@/bbsjoe
if [ "$UTF-8" == "Yes" ]; then
if [ "$UTF8" == "Yes" ]; then
PARAM="-guess_utf8 $HOME/edit.msg"
else
PARAM="$HOME/edit.msg"
@ -91,7 +91,7 @@ alarma $TIME $EDITOR &
## Draw header and call editor
echo -e " "
echo -e "$LANGAREA: $AREANUM $AREA"
echo -e "$LANGAREA: $AREANUM $AREA $UTF8 $TERM $JOETERM"
echo -e "$LANGFROM: $MSGFROM $MSGFROMADDR"
echo -e "$LANGTO: $MSGTO $MSGTOADDR"
echo -e "$LANGRE: $MSGSUBJECT"