--- loncom/interface/lonmsg.pm 2002/07/22 14:23:29 1.35 +++ loncom/interface/lonmsg.pm 2002/07/29 22:17:05 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.35 2002/07/22 14:23:29 bowersj2 Exp $ +# $Id: lonmsg.pm,v 1.36 2002/07/29 22:17:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -50,6 +50,7 @@ use vars qw($msgcount); use HTML::TokeParser; use Apache::Constants qw(:common); use Apache::loncommon; +use Apache::lontexconvert; # ===================================================================== Package @@ -316,7 +317,9 @@ sub discrit { $result.='
From: '.$content{'sendername'}.'@'. $content{'senderdomain'}.' ('.$content{'time'}. ')
Subject: '.$content{'subject'}. - '
'.$content{'message'}.'
'. + '
'. + &Apache::lontexconvert::msgtexconverted($content{'message'}). + '
'. ''. ''; @@ -555,7 +558,8 @@ sub handler { '">Mark Unread'. 'Display all Messages'. '

'.
-             $content{'message'}.'

'.$content{'citation'}); + &Apache::lontexconvert::msgtexconverted($content{'message'}). + '
'.$content{'citation'}); } elsif ($ENV{'form.replyto'}) { &comprep($r,$ENV{'form.replyto'}); } elsif ($ENV{'form.sendreply'}) {