--- loncom/interface/lonmsg.pm	2012/05/07 17:34:11	1.233
+++ loncom/interface/lonmsg.pm	2012/05/21 18:35:35	1.234
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines for messaging
 #
-# $Id: lonmsg.pm,v 1.233 2012/05/07 17:34:11 bisitz Exp $
+# $Id: lonmsg.pm,v 1.234 2012/05/21 18:35:35 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -622,7 +622,6 @@ sub author_res_msg {
 sub retrieve_author_res_msg {
     my $url=shift;
     $url=&Apache::lonnet::declutter($url);
-    $url=~s/^priv\///; # Respect new authorspace path (BZ 1320)
     my ($domain,$author)=($url=~/^($match_domain)\/($match_username)\//);
     my %errormsgs=&Apache::lonnet::dump('nohist_res_msgs',$domain,$author);
     my $msgs='';