From 0db5834ed0c2f4c14611e3af54f5017da259b092 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 29 Mar 2012 15:46:15 -0400 Subject: Bug 737883 - Bug 731044 breaks gmail threading of bugs --- extensions/SecureMail/Extension.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/SecureMail/Extension.pm b/extensions/SecureMail/Extension.pm index 15f62a048..c863c72ba 100644 --- a/extensions/SecureMail/Extension.pm +++ b/extensions/SecureMail/Extension.pm @@ -350,7 +350,7 @@ sub _make_secure { # This is designed to still work if the admin changes the word # 'bug' to something else. However, it could break if they change # the format of the subject line in another way. - $subject =~ s/($bug_id\])\s+(.*)$/$1 (Secure bug updated)/; + $subject =~ s/($bug_id\])\s+(.*)$/$1 (Secure bug $bug_id updated)/; $email->header_set('Subject', $subject); } } -- cgit v1.2.3-24-g4f1b