--- HyperArch.py.orig 2011-01-06 09:19:57.000000000 +0100 +++ HyperArch.py 2011-01-06 09:21:16.000000000 +0100 @@ -468,6 +468,7 @@ 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)