]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Add link to subscribe to bugs
authorDon Armstrong <don@volo>
Thu, 13 Jul 2006 07:17:16 +0000 (00:17 -0700)
committerDon Armstrong <don@volo>
Thu, 13 Jul 2006 07:17:16 +0000 (00:17 -0700)
cgi/bugreport.cgi
debian/changelog

index 0d0726c7d1da4a5bfc0594f45cf39463d51adec7..54b49175afac9e76e5dbe5123df4c6f75b97d8bc 100755 (executable)
@@ -547,6 +547,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 qq(<div class="msgreceived"><p>View this report as an <a href="%s">mbox folder</a>, ).
      qq(<a href="%s">status mbox</a>, <a href="%s">maintainer mbox</a></p></div>\n),
      html_escape(bug_url($ref, mbox=>'yes')),
index 7929ba2e6ba1c9a137a492c5cfe9f5da8b37b975..9e1d23045b726c70de9c959448d67bc7f5abd4fd 100644 (file)
@@ -119,6 +119,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low
     - Support cloned bugs in control blocking (closes: #337329)
     - Indicate which bugs are blocked after blocking (closes: #367496)
     - Obey package for usertags (closes: #376528)
+    - Add link to subscribe to a bug (closes: #353260)
 
   
  -- Colin Watson <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100