------------------------------------------------------------ revno: 989 committer: Tokio Kikuchi <[EMAIL PROTECTED]> branch nick: 2.1 timestamp: Fri 2007-11-16 13:10:47 +0900 message: comments modified modified: Mailman/Archiver/HyperArch.py
=== modified file 'Mailman/Archiver/HyperArch.py' --- a/Mailman/Archiver/HyperArch.py 2007-11-16 02:48:35 +0000 +++ b/Mailman/Archiver/HyperArch.py 2007-11-16 04:10:47 +0000 @@ -460,8 +460,8 @@ d["email_html"] = self.quote(self.email) d["title"] = self.quote(self.subject) d["subject_html"] = self.quote(self.subject) - # TK: _url variables are used to compose a response from the - # archive web page. So, ... + # TK: These two _url variables are used to compose a response + # from the archive web page. So, ... d["subject_url"] = 'Re: ' + url_quote(self.subject) d["in_reply_to_url"] = url_quote(self._message_id) if mm_cfg.ARCHIVER_OBSCURES_EMAILADDRS: -- https://code.launchpad.net/~mailman-coders/mailman/2.1 You are receiving this branch notification because you are subscribed to it. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+subscription/mailman-checkins. _______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org