[Python-checkins] r60435 - tracker/instances/python-dev/html/msg.item.html

martin.v.loewis python-checkins at python.org
Wed Jan 30 04:25:59 CET 2008


Author: martin.v.loewis
Date: Wed Jan 30 04:25:58 2008
New Revision: 60435

Modified:
   tracker/instances/python-dev/html/msg.item.html
Log:
Display msgid and in-reply-to.


Modified: tracker/instances/python-dev/html/msg.item.html
==============================================================================
--- tracker/instances/python-dev/html/msg.item.html	(original)
+++ tracker/instances/python-dev/html/msg.item.html	Wed Jan 30 04:25:58 2008
@@ -58,6 +58,16 @@
   <td tal:content="structure context/spambayes_misclassified/plain"></td>
  </tr>
 
+ <tr>
+  <th i18n:translate="">Messge-id</th>
+  <td tal:content="context/messageid"></td>
+ </tr>
+
+ <tr>
+  <th i18n:translate="">In-reply-to</th>
+  <td tal:content="context/inreplyto"></td>
+ </tr>
+
 </table>
 
 <p tal:condition="python:utils.sb_is_spam(context)" class="error-message">


More information about the Python-checkins mailing list