From 118fb70a885ba37b159edc97ee1721dbf928af88 Mon Sep 17 00:00:00 2001 From: ajc Date: Thu, 19 Mar 2009 19:07:18 +0000 Subject: [PATCH] * Got it. All references are now preserved. git-svn-id: svn://uncensored.citadel.org/trunk@7236 c9418f8e-8c02-0410-9258-ad310909226a --- 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 e944548b..b401ea75 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 5bfd3267..7439cc9d 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.11.4.GIT