Author: Roland Mas <lolando@debian.org>
Description: Disable the blurb about replying to a bug via email
at least until this is made to work.
Index: src/common/tracker/Artifact.class.php
===================================================================
--- src.orig/common/tracker/Artifact.class.php
+++ src/common/tracker/Artifact.class.php
@@ -1595,10 +1595,6 @@
 				"\n".util_make_url ('/tracker/?atid='. $this->ArtifactType->getID() .
 					    "&aid=". $this->getID() .
 					    "&group_id=". $this->ArtifactType->Group->getID()) .
-				"\nOr by replying to this e-mail entering your response between the following markers: ".
-				"\n".ARTIFACT_MAIL_MARKER.
-				"\n(enter your response here, only in plain text format)".
-				"\n".ARTIFACT_MAIL_MARKER.
 				"\n";
 		}
 
