diff options
-rw-r--r-- | Mailman/Archiver/HyperArch.py | 1 | ||||
-rwxr-xr-x | NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index a7f46276..4d95c5ab 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -471,6 +471,7 @@ class Article(pipermail.Article): d["email_html"] = self.quote(self.email) d["title"] = self.quote(self.subject) d["subject_html"] = self.quote(self.subject) + d["message_id"] = self.quote(self._message_id) # TK: These two _url variables are used to compose a response # from the archive web page. So, ... d["subject_url"] = url_quote('Re: ' + self.subject) @@ -61,6 +61,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Added "message_id" to the interpolation dictionary for the Article.html + template. (LP: #725498) + - Changed the admin GUI to report only the bad entries in a list of email addresses if any are bad. (LP: #558253) |