From: Don Armstrong <don@volo>
Date: Thu, 13 Jul 2006 07:17:16 +0000 (-0700)
Subject:  * Add link to subscribe to bugs
X-Git-Tag: release/2.6.0~585^2^2~99
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=367b184b14ac67a16163f91e244fd9aeb60904c3;p=debbugs.git

 * Add link to subscribe to bugs
---

diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi
index 0d0726c7..54b49175 100755
--- a/cgi/bugreport.cgi
+++ b/cgi/bugreport.cgi
@@ -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')),
diff --git a/debian/changelog b/debian/changelog
index 7929ba2e..9e1d2304 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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