--- loncom/interface/lonmsg.pm 2003/06/23 22:25:14 1.56 +++ loncom/interface/lonmsg.pm 2003/07/05 10:07:11 1.57 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.56 2003/06/23 22:25:14 albertel Exp $ +# $Id: lonmsg.pm,v 1.57 2003/07/05 10:07:11 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -486,6 +486,10 @@ sub comprep { $quotemsg=~s/\r/\n/g; $quotemsg=~s/\f/\n/g; $quotemsg=~s/\n+/\n\> /g; + my $torepl=&Apache::loncommon::aboutmewrapper( + &Apache::loncommon::plainname($content{'sendername'},$content{'senderdomain'}),$content{'sendername'},$content{'senderdomain'}).' ('. +$content{'sendername'}.'@'. + $content{'senderdomain'}.')'; my $subject='Re: '.$content{'subject'}; my $dispcrit=''; if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) { @@ -499,6 +503,7 @@ sub comprep { $r->print(<<"ENDREPLY");
+To: $torepl
Subject: