]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Really merge in changes to add subscription link
authorDon Armstrong <don@volo>
Thu, 13 Jul 2006 09:04:32 +0000 (02:04 -0700)
committerDon Armstrong <don@volo>
Thu, 13 Jul 2006 09:04:32 +0000 (02:04 -0700)
cgi/bugreport.cgi

index f61ad08408129679b6ba9cbe289e6cbd75b3f3c0..a5691558a9229a3996b7b09e65f8dee56b076e25 100755 (executable)
@@ -529,6 +529,9 @@ print "<H1>" . "$debbugs::gProject $debbugs::gBug report logs - <A HREF=\"mailto
       "<BR>" . $title . "</H1>\n";
 
 print "$descriptivehead\n";
+print qq(<p><a href="mailto:$ref\@$debbugs::gEmailDomain">Reply</a> ),
+     qq(or <a href="mailto:$ref-subscribe\@$debbugs::gEmailDomain">subscribe</a> ),
+     qq(to this bug.</p>\n);
 printf "<div class=\"msgreceived\"><p>View this report as an <a href=\"%s\">mbox folder</a>.</p></div>\n", bugurl($ref, "mbox");
 print "<HR>";
 print "$log";