From dc90d6f108ed2f2b6ad6d5c84fd4ff5ad2308891 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 19 Mar 2009 19:07:18 +0000 Subject: [PATCH] * Got it. All references are now preserved. --- webcit/msg_renderers.c | 2 +- webcit/static/t/view_message.html | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/webcit/msg_renderers.c b/webcit/msg_renderers.c index e944548b0..b401ea759 100644 --- a/webcit/msg_renderers.c +++ b/webcit/msg_renderers.c @@ -1132,7 +1132,7 @@ InitModule_MSGRENDERERS RegisterNamespace("MAIL:SUMM:ORGROOM", 0, 2, tmplput_MAIL_SUMM_ORGROOM, CTX_MAILSUM); RegisterNamespace("MAIL:SUMM:RFCA", 0, 2, tmplput_MAIL_SUMM_RFCA, CTX_MAILSUM); RegisterNamespace("MAIL:SUMM:OTHERNODE", 2, 0, tmplput_MAIL_SUMM_OTHERNODE, CTX_MAILSUM); - RegisterNamespace("MAIL:SUMM:REFIDS", 0, 0, tmplput_MAIL_SUMM_REFIDS, CTX_MAILSUM); + RegisterNamespace("MAIL:SUMM:REFIDS", 0, 1, tmplput_MAIL_SUMM_REFIDS, CTX_MAILSUM); RegisterNamespace("MAIL:SUMM:INREPLYTO", 0, 2, tmplput_MAIL_SUMM_INREPLYTO, CTX_MAILSUM); RegisterNamespace("MAIL:BODY", 0, 2, tmplput_MAIL_BODY, CTX_MAILSUM); RegisterNamespace("MAIL:QUOTETEXT", 1, 2, tmplput_QUOTED_MAIL_BODY, CTX_NONE); diff --git a/webcit/static/t/view_message.html b/webcit/static/t/view_message.html index 5bfd3267c..7439cc9d0 100644 --- a/webcit/static/t/view_message.html +++ b/webcit/static/t/view_message.html @@ -18,8 +18,8 @@ onMouseOut=document.getElementById("msg").style.visibility="hidden - %7C?subject=">[] - %7C?replyquote=&recp=%22%22%3C%3E?subject=">[] + %7C?subject=">[] + %7C?replyquote=&recp=%22%22%3C%3E?subject=">[] @@ -27,15 +27,15 @@ onMouseOut=document.getElementById("msg").style.visibility="hidden - %7C?replyquote=?recp=%22%22%3C%3E?subject=">[] - %7C?replyquote=?recp=%22%22%3C%3E%2C?subject=">[] - %7C?fwdquote=&subject=">[] + %7C?replyquote=?recp=%22%22%3C%3E?subject=">[] + %7C?replyquote=?recp=%22%22%3C%3E%2C?subject=">[] + %7C?fwdquote=&subject=">[] - %7C?recp=&references=%3C%3E&subject=">[] - %7C?recp=%2C&references=%3C%3E&subject=">[] - %7C?fwdquote=&subject=">[] + %7C?recp=&references=%3C%3E&subject=">[] + %7C?recp=%2C&references=%3C%3E&subject=">[] + %7C?fwdquote=&subject=">[] -- 2.39.2