]> git.donarmstrong.com Git - debbugs.git/commitdiff
Reply Sent messages are not informational; they change state.
authorDon Armstrong <don@donarmstrong.com>
Sat, 24 Jun 2017 23:03:51 +0000 (16:03 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 24 Jun 2017 23:05:22 +0000 (16:05 -0700)
Debbugs/CGI/Bugreport.pm
debian/changelog

index 888a1b37b11fd16bb27139b991d86c7eea8cee2f..fb0ec9c3e8451dc2cfb473846d352dc7277ed22a 100644 (file)
@@ -372,7 +372,7 @@ sub handle_record{
         # $record->{text} is not in perl's internal encoding; convert it
         my $text = decode_rfc1522(decode_utf8(record_text($record)));
          my ($time) = $text =~ /<!--\s+time:(\d+)\s+-->/;
-         my $class = $text =~ /^<strong>(?:Acknowledgement|Reply|Information|Report|Notification)/m ? 'infmessage':'msgreceived';
+         my $class = $text =~ /^<strong>(?:Acknowledgement|Information|Report|Notification)/m ? 'infmessage':'msgreceived';
          $output .= $text;
          # Link to forwarded http:// urls in the midst of the report
          # (even though these links already exist at the top)
index 726ea265dc1c220b50139897187b06f0ab6af91c..eae7eb18e40edaae19264a573c166acee809f14a 100644 (file)
@@ -48,6 +48,8 @@ debbugs (2.6.0~exp1) UNRELEASED; urgency=low
   * cdn.libravatar.org no longer sends Content-Type. Switch to verifying
     the content-type using libmagic instead (which we probably should have
     been doing from the beginning anyway). (Closes: #856991)
+  * Reply sent messages (-forwarded and -done) are not informational messages.
+    (Closes: #864725)
 
   [ Niels Thykier ]
   * quitcgi() now returns 400/500 status codes instead of 200 (Closes: #584922)