If mhuse is set don't write new envirement to the metafile. mhuse
is set, when comp -use is used.
then
get_editor
fi
+ if [ "$mhuse" -eq 1 ]
+ then
+ return
+ fi
if [ -n "$mhaltmsg" ]
then
anno -nodate -component 'mhaltmsg' -text "$mhaltmsg" $mhmetafile
then
anno -nodate -component 'mhdist' -text "$mhdist" $mhmetafile
fi
- if [ -n "$mhdist" ]
- then
- anno -nodate -component 'mhuse' -text "$mhuse" $mhmetafile
- fi
if [ -n "$mhfolder" ]
then
anno -nodate -component 'mhfolder' -text "$mhfolder" $mhmetafile
{
export mhaltmsg=`anno -list -component 'mhaltmsg' "$mhmetafile"`
export mhdist=`anno -list -component 'mhdist' "$mhmetafile"`
- export mhuse=`anno -list -component 'mhuse' "$mhmetafile"`
export mhfolder=`anno -list -component 'mhfolder' "$mhmetafile"`
export mhmessages=`anno -list -component 'mhmessages' "$mhmetafile"`
export mhannotate=`anno -list -component 'mhannotate' "$mhmetafile"`