# Path: .
# URL: https://svn.apache.org/repos/asf/httpd/mod_mbox/trunk
# Repository Root: https://svn.apache.org/repos/asf
# Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
# Revision: 772301
# Node Kind: directory
# Schedule: normal
# Last Changed Author: pquerna
# Last Changed Rev: 760881
# Last Changed Date: 2009-04-01 15:19:22 +0200 (Wed, 01 Apr 2009)
  
Index: module-2.0/mod_mbox_out.c
===================================================================
--- module-2.0/mod_mbox_out.c	(revision 772301)
+++ module-2.0/mod_mbox_out.c	(working copy)
@@ -488,7 +488,7 @@
     }
 
     ap_rprintf(r, " <message linked=\"%d\" depth=\"%d\" id=\"%s\">\n",
-               linked, depth, URI_ESCAPE_OR_BLANK(r->pool, m->msgID));
+               linked, depth, ESCAPE_OR_BLANK(r->pool, m->msgID));
 
     ap_rprintf(r, "  <from><![CDATA[%s]]></from>\n", from);
     ap_rprintf(r, "  <date><![CDATA[%s]]></date>\n",
